szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing
http://gradle-pitest-plugin.solidsoft.info/
211 stars 57 forks source link

Passing classpath in file by default #347

Open sigee opened 11 months ago

sigee commented 11 months ago

Implemented the following feature request: https://github.com/szpak/gradle-pitest-plugin/issues/237

szpak commented 11 months ago

Have you run gw check funcTest locally and it passed?

sigee commented 11 months ago

Not yet. I'll fix them on the weekend. :)

sigee commented 11 months ago

@szpak I've fixed the broken test cases by setting the useClasspathFile as false in the tests (as it was before). And there is one test case when it is true. Is it ok in this way or should I rewrite all the cases for the new behavior and flip the one exception to set useClasspathFile to false?