Skip to content

Commit 129a486

Browse files
committed
Remove obsolete link to MockObjects.com
1 parent d097eea commit 129a486

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ 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-
* 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.
1614
* https://mockito.github.io[Mockito]: Java mock library based on the
1715
http://xunitpatterns.com/Test%20Spy.html[Test Spy] pattern. Used by the Spring Framework
1816
in its test suite.

0 commit comments

Comments
 (0)