I've created a little test suite for the scanning process.
I used JUnit 4 (for supporting Java 7) and made a first approach. The tests are also executed via maven in maven package call.
The dependencies are only used for the tests.
The JARs which are used for the tests are stripped so the size is much smaller.
Oh neat. I was wanting to add just some sort of basic test to the automatic build CI github action for validation, but this seems like it goes much further than I was looking into.
Hi,
I've created a little test suite for the scanning process. I used JUnit 4 (for supporting Java 7) and made a first approach. The tests are also executed via maven in
maven package
call. The dependencies are only used for the tests.The JARs which are used for the tests are stripped so the size is much smaller.