Add WebTestClient to Web Servlet section

This commit is contained in:
Rossen Stoyanchev
2017-11-29 08:44:53 -05:00
parent 2b68212c20
commit 6f73b8b200
3 changed files with 20 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ include::web/webflux-websocket.adoc[leveloffset=+1]
[[webflux-test]]
== Testing
[.small]#<<web.adoc#testing,Same in Spring MVC>>#
The `spring-test` module provides mock implementations of `ServerHttpRequest`,
`ServerHttpResponse`, and `ServerWebExchange`.