Re: [platform-dev] Unit test fragment

2020-10-20 Thread Mickael Istria
+1 to use test fragments whenever it works better, it indeed allows better testing. And I also confirm those usually work with PDE and Tycho. If some issues are found regarding visibility of classes, they deserve bugs and fixes, and I'm pretty sure such bug reports will receive good attention if

Re: [platform-dev] Unit test fragment

2020-10-20 Thread Aleksandar Kurtakov
ed test results. > > Kind regards, > Andrey Loskutov > > Спасение утопающих - дело рук самих утопающих > > https://www.eclipse.org/user/aloskutov > > > > Gesendet: Dienstag, 20. Oktober 2020 um 12:17 Uhr > > Von: "Karsten Thoms" > > An: "

Re: [platform-dev] Unit test fragment

2020-10-20 Thread Andrey Loskutov
Loskutov Спасение утопающих - дело рук самих утопающих https://www.eclipse.org/user/aloskutov > Gesendet: Dienstag, 20. Oktober 2020 um 12:17 Uhr > Von: "Karsten Thoms" > An: "platform-dev@eclipse.org" > Betreff: [platform-dev] Unit test fragment > > Dear

Re: [platform-dev] Unit test fragment

2020-10-20 Thread Fred Bricon
I kinda recall that even with plugin fragments, tests fail accessing package protected methods, when running from a Maven build, even though it *might* work in Eclipse. But don't take my word for it. Le mar. 20 oct. 2020 à 12:33, Aleksandar Kurtakov a écrit : > > > On Tue, Oct 20, 2020 at 1:18

Re: [platform-dev] Unit test fragment

2020-10-20 Thread Aleksandar Kurtakov
On Tue, Oct 20, 2020 at 1:18 PM Karsten Thoms wrote: > Dear all, > > As discussed in yesterday’s SDK meetup I would like to see some real unit > tests for platform related internals. Many non-trivial functionality is > buried in private methods and are hard to test just from API. In order to >

[platform-dev] Unit test fragment

2020-10-20 Thread Karsten Thoms
Dear all, As discussed in yesterday’s SDK meetup I would like to see some real unit tests for platform related internals. Many non-trivial functionality is buried in private methods and are hard to test just from API. In order to add tests on a more fine grained level when solving bugs I would