Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 725 Bytes

File metadata and controls

6 lines (4 loc) · 725 Bytes

4. Testing

Same in Spring MVC

spring-test 模块提供了 ServerHttpRequestServerHttpResponseServerWebExchange 的模拟实现。 有关模拟对象的讨论,请参阅 Spring Web Reactive

WebTestClient 建立在这些模拟请求和响应对象之上,为测试 WebFlux 应用程序提供支持,而无需 一个 HTTP 服务器。 你也可以使用“WebTestClient”进行端到端集成测试。