Skip to main content

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



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)?


Back to the top