gradle-pitest-plugin icon indicating copy to clipboard operation
gradle-pitest-plugin copied to clipboard

Passing classpath in file by default

Open sigee opened this issue 1 year ago • 3 comments

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

sigee avatar Jul 21 '23 18:07 sigee

Have you run gw check funcTest locally and it passed?

szpak avatar Jul 21 '23 19:07 szpak

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

sigee avatar Jul 21 '23 20:07 sigee

@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?

sigee avatar Jul 26 '23 11:07 sigee