intellij idea maven 工程junit4单元测试

对maven工程进行junit4单元测试

首先在pom.xml添加依赖jar包


junit
junit
4.12/version>
test




1在src下新建test文件


intellij idea maven 工程junit4单元测试_第1张图片


2 把test文件改成Tests source的形式


intellij idea maven 工程junit4单元测试_第2张图片


3 在test文件下new package


intellij idea maven 工程junit4单元测试_第3张图片


4 在test文件下new package


intellij idea maven 工程junit4单元测试_第4张图片


5 在需要测试的类里面如下操作


intellij idea maven 工程junit4单元测试_第5张图片


6 配置Junit4 Test

intellij idea maven 工程junit4单元测试_第6张图片



intellij idea maven 工程junit4单元测试_第7张图片


转载请注明出处:

http://blog.csdn.net/qqyouhappy/article/details/51872996

你可能感兴趣的:(intellij,idea,maven,junit4,springmvc4,mybatis3)