We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec9826 commit 0878e43Copy full SHA for 0878e43
src/docs/asciidoc/testing.adoc
@@ -5590,8 +5590,6 @@ server-side logic but without running a server. Here is an example:
5590
this.restTemplate = new RestTemplate(new MockMvcClientHttpRequestFactory(mockMvc));
5591
5592
// Test code that uses the above RestTemplate ...
5593
-
5594
- mockServer.verify();
5595
----
5596
5597
[[spring-mvc-test-client-static-imports]]
0 commit comments