We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129a486 commit a73b048Copy full SHA for a73b048
framework-docs/modules/ROOT/pages/testing/resources.adoc
@@ -11,7 +11,7 @@ See the following resources for more information about testing:
11
* {assertj-docs}[AssertJ]: "Fluent assertions for Java",
12
including support for Java 8 lambdas, streams, and numerous other features.
13
* https://en.wikipedia.org/wiki/Mock_Object[Mock Objects]: Article in Wikipedia.
14
-* https://mockito.github.io[Mockito]: Java mock library based on the
+* https://site.mockito.org[Mockito]: Java mock library based on the
15
http://xunitpatterns.com/Test%20Spy.html[Test Spy] pattern. Used by the Spring Framework
16
in its test suite.
17
* https://easymock.org/[EasyMock]: Java library "that provides Mock Objects for
0 commit comments