I have read the documentation in the following link
But, it's still not clear for me how to use EvoSuite.
And when I write the java -jar evosuite.jar -help
command, I get the following error
Could not find the main class: org.evosuite.Evosuite. Program will exit.
I appreciate any help.
I have been using Evosuite for over a year and it works fine for me. Try downloading it again. Here is a small example of how it works on a class named
Plant
which is in the packagePlantTest
and put your dependencies in the class path using-projectCP
option.Hope it helps.