Skip to content

Commit 39e9e88

Browse files
committed
Link to MockMvc AssertJ support from resources section
1 parent a73b048 commit 39e9e88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ See the following resources for more information about testing:
77
xref:testing/testcontext-framework.adoc[Spring TestContext Framework].
88
* https://testng.org/[TestNG]: A testing framework inspired by JUnit with added support
99
for test groups, data-driven testing, distributed testing, and other features. Supported
10-
in the xref:testing/testcontext-framework.adoc[Spring TestContext Framework]
10+
in the xref:testing/testcontext-framework.adoc[Spring TestContext Framework].
1111
* {assertj-docs}[AssertJ]: "Fluent assertions for Java",
12-
including support for Java 8 lambdas, streams, and numerous other features.
12+
including support for Java 8 lambdas, streams, and numerous other features. Supported
13+
in Spring's xref:testing/mockmvc/assertj.adoc[MockMvc testing support].
1314
* https://en.wikipedia.org/wiki/Mock_Object[Mock Objects]: Article in Wikipedia.
1415
* https://site.mockito.org[Mockito]: Java mock library based on the
1516
http://xunitpatterns.com/Test%20Spy.html[Test Spy] pattern. Used by the Spring Framework

0 commit comments

Comments
 (0)