If no test classes are found, the property target tests will be empty. As a consequence, PIT will derive patterns to match test classes from the packages in the application code. This may include undesired tests from other modules (and can cause ClassNotFoundExceptions). With this fix, modules without test classes will be skipped.
If no test classes are found, the property target tests will be empty. As a consequence, PIT will derive patterns to match test classes from the packages in the application code. This may include undesired tests from other modules (and can cause ClassNotFoundExceptions). With this fix, modules without test classes will be skipped.