Hi Stefan,
sorry for later answer. I was trying to prototype the proposed test methods
in the Ant based project to find out the “best” possibility.
> On 03 Apr 2016, at 12:19, Stefan Bodewig wrote:
>
> Hi Tomas
>
> what you describe reminds me of the way you write unit tests in .NET -
> where yo
Hi Tomas
what you describe reminds me of the way you write unit tests in .NET -
where you'd use "public" for the stuff that is exported in modules and
"internal" for things that you need inside your assembly (module) buto
don't want to provide as API.
Blackbox and Whitebox testing are common ther
Hi All!
In the JDK 9 module environment running unit tests is more complex task than it
was in the classpath mode.
The problems of test compilation and execution are nicely described in the
following thread
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-March/thread.html#6587
on the ji