Skip to content

Commit

Permalink
Link to MockMvc AssertJ support from resources section
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Sep 12, 2024
1 parent a73b048 commit 39e9e88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions framework-docs/modules/ROOT/pages/testing/resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ See the following resources for more information about testing:
xref:testing/testcontext-framework.adoc[Spring TestContext Framework].
* https://testng.org/[TestNG]: A testing framework inspired by JUnit with added support
for test groups, data-driven testing, distributed testing, and other features. Supported
in the xref:testing/testcontext-framework.adoc[Spring TestContext Framework]
in the xref:testing/testcontext-framework.adoc[Spring TestContext Framework].
* {assertj-docs}[AssertJ]: "Fluent assertions for Java",
including support for Java 8 lambdas, streams, and numerous other features.
including support for Java 8 lambdas, streams, and numerous other features. Supported
in Spring's xref:testing/mockmvc/assertj.adoc[MockMvc testing support].
* https://en.wikipedia.org/wiki/Mock_Object[Mock Objects]: Article in Wikipedia.
* 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
Expand Down

0 comments on commit 39e9e88

Please sign in to comment.