Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Reflection in tests?

I think this really depends on what you want to test, lets move the
discussion to a bug report.

On Fri, Jan 18, 2019 at 11:02 AM Mickael Istria <mistria@xxxxxxxxxx> wrote:
>
>
>
> On Fri, Jan 18, 2019 at 10:58 AM Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
>>
>> Simply use fragment projects,
>> it is easy to convert an existing plug-in to a fragment projects.
>
>
> So that means
> 1. changing field visibility to package
> 2. creating a new test fragment in JDT (for instance)
> 3. Using same package in both class and test fragment.
> But what if I am actually changing a field that doesn't belong to the class I'm testing but to a parent (so it's not the same package)?
>
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/platform-dev



-- 
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top