From 129a486f527e73f5f12ec86e0e3dea34143ebaad Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:23:44 +0200 Subject: [PATCH] Remove obsolete link to MockObjects.com --- framework-docs/modules/ROOT/pages/testing/resources.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/testing/resources.adoc b/framework-docs/modules/ROOT/pages/testing/resources.adoc index 9b6b5d61b99..99ac8d27c43 100644 --- a/framework-docs/modules/ROOT/pages/testing/resources.adoc +++ b/framework-docs/modules/ROOT/pages/testing/resources.adoc @@ -11,8 +11,6 @@ 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. -* http://www.mockobjects.com/[MockObjects.com]: Web site dedicated to mock objects, a - technique for improving the design of code within test-driven development. * https://mockito.github.io[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.