EvoSuite / evosuite

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

extend testsuite #384

Closed abolfazl-sh closed 2 years ago

abolfazl-sh commented 2 years ago

I have a testsuite that made somehow (I use another tool to do it). I have seen an option in evosuite eclipse plugin which has "Extend" title. How should I extend my testsuite by evosuite.jar in terminal? (I didn't found any document about this option in EvoSuite Documentation). Could you help to handle it?

abolfazl-sh commented 2 years ago

For the visitors : java -jar evosuite-1.0.6.jar -target a\bin -projectCP a -continuous=EXECUTE This command continue testcases had made.