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

Missing class files #339

Closed zhelasoft closed 3 years ago

zhelasoft commented 3 years ago

Hello,

I have imported the source code into intellij. but I can not compile the project as it is missing some file such as:

import org.evosuite.xsd.CUT; import org.evosuite.xsd.Generation; import org.evosuite.xsd.Project;

I wonder why these files are missing, because I have directly clone the source code from github.

Thanks

siva-naresh commented 3 years ago

Hi. I too find the same.. How do you resolve this.