参考资料:
一般使用:https://www.w3cschool.cn/junit/
集成spring:
https://www.cnblogs.com/faramita2016/p/7637086.html
http://blog.csdn.net/zhu_tianwei/article/details/46328343
模拟http操作:
https://www.cnblogs.com/0201zcr/p/5756642.html
https://www.cnblogs.com/lyy-2016/p/6122144.html
相关文章
- CoordinatorLayout中Behavior介绍与简单使用
- XML代码运行正常,但junit因NoClassDefFound而失败
- 如何在Eclipse中默认JUnit启动配置的工作目录?
- 无法在Eclipse中运行junit测试
- 使用Junit 4.4或更新版本运行Eclipse Junit插件测试——为什么没有检测到测试?
- 在Eclipse下使用Maven运行JUnit测试
- JUnit测试在Eclipse中通过,但在Maven Surefire中失败
- 如何使用JMock运行JUnit Eclipse插件测试?
- Spring不能在使用JUnit的单元测试中自动装配
- 如何为Junit单元测试设置JVM参数?