首页 > 其他 > 详细

Note about Cobertura

时间:2014-03-18 11:53:19      阅读:294      评论:0      收藏:0      [点我收藏+]

Workflow of Unit Test without Cobertura

  1. compile source code;

  2. compile test code;

  3. run unit test;

Workflow of Uniit Test with Cobertura

  1. compile source code;

  2. instrument source code;

  3. compile test code based on instrumented source code(instrumented class file of source code in fact);

  4. run unit test;

  5. build unit test and coverage report;

Note about Cobertura,布布扣,bubuko.com

Note about Cobertura

原文:http://www.cnblogs.com/darkmatter/p/3606793.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!