There are several bash scripts in this directory to install or remove dependencies, to switch between control and treatment groups, and to generate PIT or Reneri reports.
- First, run "install.sh" to install Java and Maven, to build and install Reneri, and to automatically start Visual Studio Code. Inside Visual Studio Code, students can run the mutation testing tool by selecting "Terminal > Run Task > Générer un rapport" (see tasks.json).
- At first, the project will be setup to run PIT. To switch to Reneri (and back to PIT), one can run "group.reneri.sh" (or "group.pit.sh", respectively).
- Finally, once the experiment is complete, students can run "uninstall.sh" to remove any dependencies that were previously installed.