Skip to content

Commit a73b048

Browse files
committed
Update link to Mockito
1 parent 129a486 commit a73b048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/testing/resources.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See the following resources for more information about testing:
1111
* {assertj-docs}[AssertJ]: "Fluent assertions for Java",
1212
including support for Java 8 lambdas, streams, and numerous other features.
1313
* https://en.wikipedia.org/wiki/Mock_Object[Mock Objects]: Article in Wikipedia.
14-
* https://mockito.github.io[Mockito]: Java mock library based on the
14+
* https://site.mockito.org[Mockito]: Java mock library based on the
1515
http://xunitpatterns.com/Test%20Spy.html[Test Spy] pattern. Used by the Spring Framework
1616
in its test suite.
1717
* https://easymock.org/[EasyMock]: Java library "that provides Mock Objects for

0 commit comments

Comments
 (0)