8 lines
487 B
Markdown
Raw Normal View History

2020-09-24 03:34:17 +08:00
### Relevant Articles:
- [Guide to the System Rules Library](https://www.baeldung.com/java-system-rules-junit)
2020-12-02 19:14:12 +08:00
- [Guide to the System Stubs Library](https://www.baeldung.com/java-system-stubs)
- [Code Coverage with SonarQube and JaCoCo](https://www.baeldung.com/sonarqube-jacoco-code-coverage)
2021-06-09 16:40:11 +08:00
- [Exclusions from Jacoco Report](https://www.baeldung.com/jacoco-report-exclude)
2023-06-02 09:15:32 +08:00
- [Gray Box Testing Using the OAT Technique](https://www.baeldung.com/java-gray-box-orthogonal-array-testing)