标签:返回 org 单元测试 alt ima 名称 pat nbsp img
步骤:
1,选中工程名称,右键BuildPath→Add Libraries→Junit4
2,在主类种添加空参无返回值的方法
3,导入import org,junit.test;
4,在 test() 方法中,进行代码编写
5,双击 test 方法名,右键 run as -JUnit Test
6,也可以写多个测试方法,由上往下执行
标签:返回 org 单元测试 alt ima 名称 pat nbsp img
原文地址:https://www.cnblogs.com/huangwenxing/p/9343663.html