Skip to content
Snippets Groups Projects
Select Git revision
  • 2d3eb3770faba21f1393c37f6bf59ae4d3147ebc
  • master default protected
2 results

SWEN90006-A1-2018

Forked from Tim Miller / SWEN90006-A1-2018
28 commits ahead of the upstream repository.
Linyuan Zhao's avatar
Linyuan Zhao authored
2d3eb377
History

SWEN90006-A1-2018

Assignment code for SWEN90006 (Software Testing and Reliability) at the University of Melbourne. Semester 2, 2018.

The folder structure is:

  • src/ contains the source code for the virtual machine.
  • test/ contains the templates for the JUnit test scripts.
  • mutants/ contains five identical copies of the src, which you must modify to create your mutants.
  • examples/ contains two example programs using the simple language.
  • build.xml is an ant build script that you can choose to use or not