Djunit工作记录
1.下载djunit 解压后放置到eclipse的plugins目录下即可
2.测试程序必须继承DjunitTestCase
3.测试程序完run as DJunitTest 运行
4.在djunit coverage report 窗口显示测试结果,右侧export按钮导出测试结果文件
5.选择导出的测试结果文件index.html即可浏览测试结果
1.下载djunit 解压后放置到eclipse的plugins目录下即可
2.测试程序必须继承DjunitTestCase
3.测试程序完run as DJunitTest 运行
4.在djunit coverage report 窗口显示测试结果,右侧export按钮导出测试结果文件
5.选择导出的测试结果文件index.html即可浏览测试结果