Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 878 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 878 Bytes

sample-test

Join the chat at https://gitter.im/superproxy/sample-test

##单元测试示例

testng和单元覆盖工具集成
testng和spring test集成
mockito和spring mvc mock对象集成
controller service dao 单元测试和集成测试的方法
添加csv和json测试文件支持

###使用

  1. 本地查看
    执行local_unitreport.bat
    在target/surefire-reports中查看测试结果
    在target/site/cobertura中查看测试覆盖率

  2. sonar集成查看
    下载sonar
    下载单元测试覆盖率插件cobertura
    http://docs.sonarqube.org/display/PLUG/Cobertura+Plugin

运行 cobertura.bat,在sonar上查看结果