UMinho's 2024/25 Software Testing and Analysis class assignment. This assignment consisted of testing a previous year's Object Oriented Programming Project using unit testing and automatically generated tests, with branch and mutant coverage analysis. See Assignment.pdf for more details.
Grade: 18.5 / 20 ⭐
- Humberto Gomes (A104348)
- José Lopes (A104541)
- Mariana Rocha (A90817)
To get the code in this repository, clone it:
$ git clone https://github.com/voidbert/ATS.git
$ cd ATS
Then, you can build run the application:
$ gradle run
There are multiple test suites. To execute the tests written by the previous authors, run:
$ gradle test -PtestDir=oldunittests
To execute the new unit tests, run:
$ gradle test