You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information on the differences between out-of-container and end-to-end
6371
6371
integration tests, see <<spring-mvc-test-vs-end-to-end-integration-tests>>.
6372
6372
@@ -7064,7 +7064,7 @@ responses. Applications that make use of
7064
7064
<<web.adoc#mvc-ann-async-http-streaming,Spring MVC streaming>> options can use the
7065
7065
<<testing.adoc#webtestclient-stream,WebTestClient>> to perform end-to-end, integration
7066
7066
tests against a running server. This is also supported in Spring Boot where you can
7067
-
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-testing-spring-boot-applications-testing-with-running-server[test a running server]
7067
+
{doc-spring-boot}/html/spring-boot-features.html#boot-features-testing-spring-boot-applications-testing-with-running-server[test a running server]
7068
7068
with `WebTestClient`. One extra advantage is the ability to use the `StepVerifier` from
7069
7069
project Reactor that allows declaring expectations on a stream of data.
7070
7070
@@ -7112,8 +7112,8 @@ Thymeleaf and Freemarker, render HTML to the response body as expected. The same
7112
7112
for rendering JSON, XML, and other formats through `@ResponseBody` methods.
7113
7113
7114
7114
Alternatively, you may consider the full end-to-end integration testing support from
0 commit comments