Re: Testing Jigsaw modules

2016-06-02 Thread Gunnar Morling
un your test code as if it were part of > the module under test, which addresses at least your 3rd point. > > > Sander > > On 01 Jun 2016, at 15:06, Gunnar Morling wrote: > > Hi, > > Are the already best practices and recommendations when it comes to testing > Jigsa

Re: Testing Jigsaw modules

2016-06-01 Thread Sander Mak
15:06, Gunnar Morling mailto:[email protected]>> wrote: Hi, Are the already best practices and recommendations when it comes to testing Jigsaw modules? Having made some good progress with enabling Hibernate Validator to be used with the module system, I'm looking into running our test

Re: Testing Jigsaw modules

2016-06-01 Thread Alan Bateman
On 01/06/2016 14:06, Gunnar Morling wrote: Hi, Are the already best practices and recommendations when it comes to testing Jigsaw modules? Not yet but definitely an important document or FAQ to write. One command-line option to get familiar with is -Xpatch. You can use this when compiling

Testing Jigsaw modules

2016-06-01 Thread Gunnar Morling
Hi, Are the already best practices and recommendations when it comes to testing Jigsaw modules? Having made some good progress with enabling Hibernate Validator to be used with the module system, I'm looking into running our test suite on Jigsaw now. I figured I'd declare a separate