12 lines
451 B
Plaintext
12 lines
451 B
Plaintext
[[mockmvc-server-resources]]
|
|
= Further Examples
|
|
:page-section-summary-toc: 1
|
|
|
|
The framework's own tests include
|
|
{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.
|
|
|
|
|