- Select a maven project
- Go to the main bar and clik STAMP >> Evosuite
The plugin will generate a .txt file with the class path entries of the project the file will be stored in the project root folder
the configurable options are from top to botton :
-
Class : the full qualified name of the class for wich tests will be generated.
-
In the second field you can see the content of the classpath.txt file.
-
Search Budget : an integer number used by Evosuite (see Evosuite documentation).
-
Seed clone: a real number beetwen 0 and 1 used by Evosuite.
After pressing the finish button the console logs of Evosuite will appear in the Eclipse console.
When Evosuite finish select your project and press F5 you will see a folder called results containing the generated tests and the .csv files with Evosuite info.
The Evosuite plugin contains a file called default_values.properties with the default Evosuite launch properties, the properties in the file that not appear in the wizard are fixed.