赞
踩
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
3. 双击选择你要测试的类, 使用快捷键ctrl+shift+t
4. 点击create, 然后更改如下画面junit4, 选中你要测试的方法, 单元测试的生成类默认保存在test目录下
5. 进入生成的测试类就可以测试你的方法, 点击右边的绿色按钮就可以单独运行这个方法
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。