Hi, I am a little noob. I am doing a benchmark project with the SF110 and I want to test my generated tests with pitest.
Different sources make my tests and are in different folders inside of every project of the SF110, but these projects are not maven and do not have a pom.xml. I tried the stand-alone in my mother project without avail:
java -cp "~/.m2/repository/org/pitest/pitest-command-line/1.17.4/pitest-command-line-1.17.4.jar:~/.m2/repository/org/pitest/pitest/1.17.4/pitest-1.17.4.jar:~/IdeaProjects/SF110/1_tullibee/target/*:~/IdeaProjects/SF110/1_tullibee/lib/*:~/IdeaProjects/SF110/1_tullibee/test-lib/*" org.pitest.mutationtest.commandline.MutationCoverageReport --reportDir pit-reports --targetClasses com.ib.client.* --targetTests com.ib.client.*Test --sourceDirs ~/IdeaProjects/SF110/1_tullibee/src/main/java
Erro: Não foi possível localizar nem carregar a classe principal org.pitest.mutationtest.commandline.MutationCoverageReport
Causada por: java.lang.ClassNotFoundException: org.pitest.mutationtest.commandline.MutationCoverageReport
What am I doing wrong?
Thx, and sorry I am weeks trying to figure this out, even tried to use it inside the code but all api is private.
Regards, Esdras Caleb