Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

swen90006-a1-2019

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Tim Miller / SWEN90006-A1-2019
    5 commits ahead of the upstream repository.
    Lin Fan's avatar
    Lin Fan authored
    c7546f82
    History

    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