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

12 lines
451 B
Plaintext
Raw Normal View History

[[mockmvc-server-resources]]
2023-04-19 23:26:16 +08:00
= Further Examples
:page-section-summary-toc: 1
2023-04-19 23:26:16 +08:00
The framework's own tests include
{spring-framework-code}/spring-test/src/test/java/org/springframework/test/web/servlet/samples[
2023-04-19 23:26:16 +08:00
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[
2023-04-19 23:26:16 +08:00
WebTestClient]. Browse these examples for further ideas.