SIEGE is an automated test case generator targeting any class method in the classpath based on EvoSuite.
- JDK 8 (higher version might not start the test generation)
- Maven
Create the executable fat jar (if you want to run all the tests, remove the option -DskipTests=true
):
mvn clean package -DskipTests=true
Run the executable fat JAR:
java -Dmaven.home=<MVN_DIR> -jar target/siege-cli<VERSION>-jar-with-dependencies.json <CLI_OPTIONS>