博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Note about Cobertura
阅读量:5280 次
发布时间:2019-06-14

本文共 384 字,大约阅读时间需要 1 分钟。

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;

转载于:https://www.cnblogs.com/darkmatter/p/3606793.html

你可能感兴趣的文章
Linux误删恢复
查看>>
Unity调用Windows窗口句柄,选择文件和目录
查看>>
HashMap循环遍历方式
查看>>
React Native 入门 调试项目
查看>>
C# 通过 Quartz .NET 实现 schedule job 的处理
查看>>
关于java之socket输入流输出流可否放在不同的线程里进行处理
查看>>
目前为止用过的最好的Json互转工具类ConvertJson
查看>>
Day13
查看>>
tensorflow saver简介+Demo with linear-model
查看>>
Luogu_4103 [HEOI2014]大工程
查看>>
Oracle——SQL基础
查看>>
项目置顶随笔
查看>>
Redis的安装与使用
查看>>
P1970 花匠
查看>>
java语言与java技术
查看>>
NOIP2016提高A组五校联考2总结
查看>>
iOS 项目的编译速度提高
查看>>
table中checkbox选择多行
查看>>
Magento开发文档(三):Magento控制器
查看>>
性能调优攻略
查看>>