According to the Pitest documentation, it seems like it should be simple, but it gives me some problems. I must have
java -cp <your classpath> \ org.pitest.mutationtest.commandline.MutationCoverageReport \ --reportDir c:\\mutationReports \ --targetClasses example.foo.* \ --sourceDirs c:\\myProject\\src \ --targetTests example.foo*
but I donβt know what some of these things should be for my project, such as "<yourpathpath>".
My project file structure is as follows:

Ultimately, I want to put this in a .bat file and run it on TeamCity for my CI
Any help would be appreciated!
java command-line teamcity mutation-testing pitest
Deadeli
source share