I'm try to use the EvoSuite plugin for eclipse (keplero) on Windows 7 OS. For testing this plugin i download the file ATM.java from the site http://www.evosuite.org/study/ . Now when i do right click on the target class -> evoSuite -> Generate JUnit Test Suite eclipse tell me:
Impossible to find the file ATM_ESTest.java
Where i wrong?
PS: if i create the file ATM_ESTest.java the error disappear, but the file not change (no test are write)