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)
|
2021-05-19 20:27:34 -05:00
|
|
|
- [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)
|
2023-07-26 15:56:55 +08:00
|
|
|
- [Unit Testing of System.in With JUnit](https://www.baeldung.com/java-junit-testing-system-in)
|
2023-08-02 20:37:55 +08:00
|
|
|
- [Fail Maven Build if JUnit Coverage Falls Below Certain Threshold](https://www.baeldung.com/maven-junit-fail-build-coverage-threshold)
|
2023-10-29 06:35:10 +08:00
|
|
|
- [How to Mock Environment Variables in Unit Tests](https://www.baeldung.com/java-unit-testing-environment-variables)
|