0

问题:我不知道哪个测试用例实际上涵盖了与网络连接相关的代码。另外,我想知道网络请求消息的内容。但我不想在原始程序中添加一些日志生成代码。

目标:不修改代码自动制作junit测试和网络请求消息映射表。

例如,

test2 - https://www.google.com/search?q=apple

test5 - https://twitter.com/search?q=justin+bieber

我想应该有一个技术监控junit测试和网络一起。但我不是编程专家。

4

1 回答 1

0

spring 有连接 junit 和 web 请求的解决方案。请参考这堂课

org.springframework.web.client.RestTemplate
于 2013-09-12T02:21:42.987 回答