You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
455 B
9 lines
455 B
[[mockmvc-server-resources]] |
|
= Further Examples |
|
:page-section-summary-toc: 1 |
|
|
|
The framework's own test suite includes |
|
{spring-framework-code}/spring-test/src/test/java/org/springframework/test/web/servlet/samples[ |
|
many sample tests] intended to show how to use MockMvc on its own or through the |
|
{spring-framework-code}/spring-test/src/test/java/org/springframework/test/web/servlet/samples/client[ |
|
WebTestClient]. Browse these examples for further ideas.
|
|
|