We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d097eea commit 129a486Copy full SHA for 129a486
framework-docs/modules/ROOT/pages/testing/resources.adoc
@@ -11,8 +11,6 @@ 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
-* http://www.mockobjects.com/[MockObjects.com]: Web site dedicated to mock objects, a
15
- technique for improving the design of code within test-driven development.
16
* https://mockito.github.io[Mockito]: Java mock library based on the
17
http://xunitpatterns.com/Test%20Spy.html[Test Spy] pattern. Used by the Spring Framework
18
in its test suite.
0 commit comments