Skip to content
Snippets Groups Projects
Select Git revision
  • 5504de963b7355f143dc29c506db7dbf2e0043ed
  • master default protected
  • patch-2
  • patch-1
4 results

swen90006-a1-2019

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Tim Miller / SWEN90006-A1-2019
    1 commit ahead of the upstream repository.

    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