@ -5891,7 +5891,7 @@ See the following resources for more information about testing:
@@ -5891,7 +5891,7 @@ See the following resources for more information about testing:
* https://www.junit.org/[JUnit]: "`A programmer-oriented testing framework for Java`".
Used by the Spring Framework in its test suite.
* http://testng.org/[TestNG]: A testing framework inspired by JUnit with added support
* https://testng.org/[TestNG]: A testing framework inspired by JUnit with added support
for annotations, test groups, data-driven testing, distributed testing, and other features.
* https://joel-costigliola.github.io/assertj/[AssertJ]: "`Fluent assertions for Java`",
including support for Java 8 lambdas, streams, and other features.
@ -5900,12 +5900,12 @@ See the following resources for more information about testing:
@@ -5900,12 +5900,12 @@ See the following resources for more information about testing:
technique for improving the design of code within test-driven development.
* https://mockito.github.io[Mockito]: Java mock library based on the