Junit 单元测试类
Posted huangwenxing
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Junit 单元测试类相关的知识,希望对你有一定的参考价值。
步骤:
1,选中工程名称,右键BuildPath→Add Libraries→Junit4
2,在主类种添加空参无返回值的方法
3,导入import org,junit.test;
4,在 test() 方法中,进行代码编写
5,双击 test 方法名,右键 run as -JUnit Test
6,也可以写多个测试方法,由上往下执行
以上是关于Junit 单元测试类的主要内容,如果未能解决你的问题,请参考以下文章