Using the EvoSuite plug-in for eclipse on Windows 7
I am trying to use the EvoSuite plugin for eclipse (keplero) on Windows 7. To test this plugin, I download the ATM.java file from http://www.evosuite.org/study/ . Now when I do right click on the target class -> evoSuite -> Generate JUnit Test Suite eclipse tell me:
Cannot find file ATM_ESTest.java
Where am I going wrong?
PS: if I create an ATM_ESTest.java file, the error goes away but the file doesn't change (no test to write)
+3
source to share