Skip to content

Commit

Permalink
Update link to Mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Sep 12, 2024
1 parent 129a486 commit a73b048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-docs/modules/ROOT/pages/testing/resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the following resources for more information about testing:
* {assertj-docs}[AssertJ]: "Fluent assertions for Java",
including support for Java 8 lambdas, streams, and numerous other features.
* https://en.wikipedia.org/wiki/Mock_Object[Mock Objects]: Article in Wikipedia.
* https://mockito.github.io[Mockito]: Java mock library based on the
* https://site.mockito.org[Mockito]: Java mock library based on the
http://xunitpatterns.com/Test%20Spy.html[Test Spy] pattern. Used by the Spring Framework
in its test suite.
* https://easymock.org/[EasyMock]: Java library "that provides Mock Objects for
Expand Down

0 comments on commit a73b048

Please sign in to comment.