【发布时间】:2014-07-22 10:20:26
【问题描述】:
Spring 4 引入了 AsyncRestTemplate,但我没有看到像 MockRestServiceServer 这样的工具用于此模板。有什么方法可以使用模拟服务器为 AsyncRestTemplate 创建测试?
【问题讨论】:
标签: spring testing asynchronous resttemplate
Spring 4 引入了 AsyncRestTemplate,但我没有看到像 MockRestServiceServer 这样的工具用于此模板。有什么方法可以使用模拟服务器为 AsyncRestTemplate 创建测试?
【问题讨论】:
标签: spring testing asynchronous resttemplate
Spring 4.1 好像会加入这个支持:https://spring.io/blog/2014/07/28/spring-framework-4-1-spring-mvc-improvements
【讨论】: