Automatically detect and generate missing assertions for Junit test cases (also known as test amplification)
GNU Lesser General Public License v3.0
114
stars
28
forks
source link
Simplify the command line for the user using java -jar in whole README #318
Closed
danielleberre closed 6 years ago
The README proposes to run the software using the Main class of the project.
java -cp /path/to/dspot-*-jar-with-dependencies.jar fr.inria.stamp.Main
Those details are usually hidden to the user with an executable jar command.
java -jar /path/to/dspot-LATEST-jar-with-dependencies.jar
This is actually the command used in the getting started section.
I would suggest to use the latter uniformly in the README