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