步骤:
1,选中工程名称,右键BuildPath→Add Libraries→Junit4
2,在主类种添加空参无返回值的方法
3,导入import org,junit.test;
4,在 test() 方法中,进行代码编写
5,双击 test 方法名,右键 run as -JUnit Test
6,也可以写多个测试方法,由上往下执行
本文共 236 字,大约阅读时间需要 1 分钟。
步骤:
1,选中工程名称,右键BuildPath→Add Libraries→Junit4
2,在主类种添加空参无返回值的方法
3,导入import org,junit.test;
4,在 test() 方法中,进行代码编写
5,双击 test 方法名,右键 run as -JUnit Test
6,也可以写多个测试方法,由上往下执行
转载于:https://www.cnblogs.com/huangwenxing/p/9343663.html