Starter code for https://ucsb-cs156.github.io/s23/lab/jpa01/
To run test cases with JUnit, use:
mvn test
To calculate code coverage with Jacoco, use:
mvn test jacoco:report
Then open: target/site/jacoco/index.html
in a web browser.
To run mutation testing with pitest, use:
mvn test org.pitest:pitest-maven:mutationCoverage
Then open target/pit-reports/DATE-TIME-STAMP/index.html
Note that the DATE-TIME-STAMP
will vary; it will be something like 202112311716