EvoSuite / evosuite

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

WARN: failed to generate tests for 196 classes out of 196 #431

Open matthewxuda opened 1 year ago

matthewxuda commented 1 year ago

After run mvn evosuite:generate, it show WARN: failed to generate tests for 196 classes out of 196

image

zohrakaouter commented 1 year ago

Having the same issue

kdzhangzhicheng commented 1 year ago

you may use the lower version

jose commented 1 year ago

@matthewxuda, I would try to run EvoSuite on a few classes (one at a time) before running EvoSuite on the entire project. It might be that some dependency is missing or EvoSuite doesn't even support that particular project under test.

kdzhangzhicheng commented 1 year ago

@matthewxuda, I would try to run EvoSuite on a few classes (one at a time) before running EvoSuite on the entire project. It might be that some dependency is missing or EvoSuite doesn't even support that particular project under test.

Are your project based on spring?