Spring 4引入了AsyncRestTemplate,但我认为这个模板没有像MockRestServiceServer这样的工具。有什么方法可以用模拟服务器为AsyncRestTemplate创建测试吗?
发布于 2014-07-28 17:25:51
看来Spring4.1将添加这种支持:https://spring.io/blog/2014/07/28/spring-framework-4-1-spring-mvc-improvements
https://stackoverflow.com/questions/24884717
相似问题