In-class exercise Mutation-based testing: Set up

  1. Make sure Apache Ant, a Java 8 or 11 or 17 JDK, and Git are installed. (The set-up tips for Ant may be useful.) Use a Unix environment or Git bash on Windows for this exercise. The required software is already installed on attu.cs.washington.edu, if you prefer to do the exercise there.

  2. Clone the following git repository and read its README.md file: https://bitbucket.org/rjust/mutation

  3. Test your set up: compile and test the Triangle program.

  4. Run mutation.sh (make sure that the script works as intended).