Testing
Test Coverage
It’s helpful to be able to measure how much of our code is covered by tests. This metric is known as “test coverage” or “code coverage”.
- General Introduction, including line vs. branch coverage: https://ucsb-cs156.github.io/topics/testing_coverage/
- JaCoCo, a test Coverage Tool for Java: https://ucsb-cs156.github.io/topics/testing_jacoco/
Table of contents
- Testing: Articles
- Testing: Coverage
- Testing: Integration Testing with Maven
- Testing: JUnit
- Testing: Jacoco
- Testing: Jacoco via Maven
- Testing: Jest Testing
- Testing: Maven Tips
- Testing: Mocking
- Testing: Pitest
- Testing: React
- Testing: Spring Boot HTMLUnit
- Testing: npm test