Skip to content

Commit

Permalink
JUnit4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdy authored and Birdy committed Mar 13, 2020
1 parent 3aa81f7 commit e9c8b52
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ http://jinnianshilongnian.iteye.com/blog/1902886
用JUnit4进行单元测试:
http://tonl.iteye.com/blog/1948869

JUnit4(一)基础:
https://blog.csdn.net/fanxiaobin577328725/article/details/78407131
JUnit4(二)高级之运行器:
https://blog.csdn.net/fanxiaobin577328725/article/details/78407167
JUnit4(三)高级之 assertThat和Matchers (匹配器):
https://blog.csdn.net/fanxiaobin577328725/article/details/78407192
JUnit4(四)高级之规则:
https://blog.csdn.net/fanxiaobin577328725/article/details/78407199
JUnit4(五)高级之假设与理论:
https://blog.csdn.net/fanxiaobin577328725/article/details/81740015

Java中的Mongodb单元测试:
https://blog.csdn.net/kiwi_coder/article/details/37873093

Expand All @@ -17,4 +28,4 @@ springmvc之单元测试(MockMvc)-独立测试:
https://www.cnblogs.com/xd03122049/p/6001457.html

SpringMVC测试MockMVC:
https://www.cnblogs.com/lyy-2016/p/6122144.html
https://www.cnblogs.com/lyy-2016/p/6122144.html

0 comments on commit e9c8b52

Please sign in to comment.