EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
832 stars 341 forks source link

No Obtained value for output variable: Total_Goals #344

Open ghost opened 3 years ago

ghost commented 3 years ago

Context

Platform:Windows10, Maven,JAVA8

I have successfully generate the test suite, which is in the folder .evosuite

Then,I use the commad mvn evosuite:coverage,but the result is like below.(No evosuite-report\statistics.csv can be found in root diretory )

VoglSebastian commented 3 years ago

According to mvn evosuite:help, the coverage mojo is used to measure the coverage of manually written test suites.

I assume that you have no manually written tests causing this issue.

You can use mvn evosuite:info to get the overall coverage of the generated tests. If you are interested in more detailed statistics for every class you can find the statistics in: .evosuite/tmp_<timestamp>/reports/<class>/statistics.csv for the last generation