Select Git revision
Forked from
Tim Miller / SWEN90006-A1-2019
1 commit ahead of the upstream repository.
README.md 391 B
To compile, run:
ant compile_orig
To run the test scripts on the original (hopefully non-faulty) implementation, use:
ant test -Dprogram="original" -Dtest="Partitioning"
or
ant test -Dprogram="original" -Dtest="Boundary"
To run a test script on the first mutant, use:
ant test -Dprogram="mutant-1" -Dtest="Boundary"
To clean all class files, run:
ant clean
Testing