E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
cobertura
dfsaf
比如:maven-surefire-plugin2.16truefalse5false-Dfile.encoding=UTF-8net.sourceforge.
cobertura
.datafiletarget
cobra1024
·
2014-05-30 15:15
Web
Automation
Test
集成应用-持续集成
代码覆盖率也很重要,
Cobertura
有一个不错的Maven插件,并且对CI支持的也不错。当然还有其它的代码覆盖的工具,不过我用的是
Cobertura
。
jdkleo
·
2014-05-22 13:00
持续集成
集成应用-持续集成
代码覆盖率也很重要,
Cobertura
有一个不错的Maven插件,并且对CI支持的也不错。当然还有其它的代码覆盖的工具,不过我用的是
Cobertura
。
jdkleo
·
2014-05-22 13:00
持续集成
maven用途、核心概念、用法、常用参数和命令、扩展
Repositories、Artifact、BuildLifecycle、Goal)介绍、用法(Archetype意义及创建各种项目)、maven常用参数和命令以及简单故障排除、maven扩展(eclipse、
cobertura
ssxxjjii
·
2014-05-22 00:00
maven
Sonar的安装
Sonar是开源的代码质量管理平台,它把代码质量相关软件集成到一起统一管理,集成的软件如下:CPDCheckstyleClover
Cobertura
FindbugsGeneralGoogle analyticsPMDSquidSurefire
wangmuming
·
2014-05-09 20:00
持续集成
Sonar
Cobertura
原理
Cobertura
原理
Cobertura
是一种开源工具,它通过检测基本的代码,并观察在测试包运行时执行了哪些代码和没有执行哪些代码,来测量测试覆盖率。
kittyboy0001
·
2014-05-05 21:00
java
测试
cobertura
源代码
代码执行覆盖率工具Emma、
cobertura
简单比较
Emma和
cobertura
都是代码执行覆盖率工具。两者的使用方法和执行结果都很相似,甚至菜单名称也差不多。
zjc
·
2014-04-06 09:00
cobertura
emma
覆盖率
代码执行覆盖率工具Emma、
cobertura
简单比较
Emma和
cobertura
都是代码执行覆盖率工具。两者的使用方法和执行结果都很相似,甚至菜单名称也差不多。
jch_zhao
·
2014-04-06 09:28
cobertura
emma
覆盖率
使用
Cobertura
和反射机制提高 Java 单元测试中的代码覆盖率
引言单元测试是软件开发过程中重要的质量保证环节。单元测试可以减少代码中潜在的错误,使缺陷更早地被发现,从而降低了软件的维护成本。软件代码的质量由单元测试来保证,而单元测试自身的质量与效率问题也不容忽视。提高单元测试的质量与效率,不仅能够使软件代码更加有保证,而且能够节省开发人员编写或者修改单元测试代码的时间。衡量单元测试质量与效率的指标多种多样,代码覆盖率是其中一个极为重要的指标。一般而言,代码覆
lw_tao
·
2014-04-03 21:00
一步步搭建jenkins持续集成平台
【持续集成相关工具集】:CI-Server(Jenkins/Hudson.....)代码管理工具(SVN/git...)java框架(maven)覆盖率工具(c++:gcov java:maven
cobertura
彼得
·
2014-03-28 11:00
tomcat
持续集成
Jenkins
配置
mvn使用哪个jdk?
起因:我要在mac下使用
cobertura
,mvn报找不到tools.jar的错误,因为mac使用的java......嗯,最直接的办法就是升级到jdk1.7。
waitinghope
·
2014-03-20 20:00
exlipse安装
cobertura
插件出错问题解决
1.安装报错:打开exlipse的商店:help》exlipsemarketplace搜索
cobertura
,点击安装在安装的过程中报如下错误:Cannotcompletetheinstallbecauseoneormorerequireditemscouldnotbefound.Softwarebeinginstalled
Rlanffy
·
2014-03-06 01:15
cobertura
exlipse
cobertura
-maven-plugin中文相关错误解决
在maven中使用
cobertura
-maven-plugin生成插件的覆盖率报告时,有可能会出现如下的错误: net.sourceforge.
cobertura
.javancss.parser.TokenMgrError
tylanbin
·
2014-01-25 12:00
plugin
Cobertura
覆盖率工具的使用调研
Cobertura
Cobertura
是一种开源工具,它通过检测基本的代码,并观察在测试包运行时执行了哪些代码和没有执行哪些代码,来测量测试覆盖率。
kittyboy0001
·
2014-01-23 16:00
cobertura
测试
覆盖率
IBM技术论坛:使用
Cobertura
和反射机制提高单元测试中的代码覆盖率
引言单元测试是软件开发过程中重要的质量保证环节。单元测试可以减少代码中潜在的错误,使缺陷更早地被发现,从而降低了软件的维护成本。软件代码的质量由单元测试来保证,而单元测试自身的质量与效率问题也不容忽视。提高单元测试的质量与效率,不仅能够使软件代码更加有保证,而且能够节省开发人员编写或者修改单元测试代码的时间。衡量单元测试质量与效率的指标多种多样,代码覆盖率是其中一个极为重要的指标。一般而言,代码覆
louis9212
·
2014-01-15 10:07
Use
cobertura
test coverage tool instead of jacoco in sonar
1. download sonar zip , unzip to $SONAR_HOME folder 2. put below xml into settings.xml of maven <profile> <id>sonar</id> <activation> <ac
sunxboy
·
2014-01-13 16:00
Sonar
Use
cobertura
test coverage tool instead of jacoco in sonar
1. download sonar zip , unzip to $SONAR_HOME folder 2. put below xml into settings.xml of maven <profile> <id>sonar</id> <activation> <ac
sunxboy
·
2014-01-13 16:00
Sonar
Use
cobertura
test coverage tool instead of jacoco in sonar
1. download sonar zip , unzip to $SONAR_HOME folder 2. put below xml into settings.xml of maven <profile> <id>sonar</id> <activation> <ac
sunxboy
·
2014-01-13 16:00
Sonar
Use
cobertura
test coverage tool instead of jacoco in sonar
1. download sonar zip , unzip to $SONAR_HOME folder 2. put below xml into settings.xml of maven <profile> <id>sonar</id> <activation> <ac
sunxboy
·
2014-01-13 16:00
Sonar
Use
cobertura
test coverage tool instead of jacoco in sonar
1. download sonar zip , unzip to $SONAR_HOME folder 2. put below xml into settings.xml of maven <profile> <id>sonar</id> <activation> <ac
sunxboy
·
2014-01-13 16:00
Sonar
Use
cobertura
test coverage tool instead of jacoco in sonar
1. download sonar zip , unzip to $SONAR_HOME folder 2. put below xml into settings.xml of maven <profile> <id>sonar</id> <activation> <ac
sunxboy
·
2014-01-13 16:00
Sonar
Use
cobertura
test coverage tool instead of jacoco in sonar
1. download sonar zip , unzip to $SONAR_HOME folder 2. put below xml into settings.xml of maven <profile> <id>sonar</id> <activation> <ac
sunxboy
·
2014-01-13 16:00
Sonar
Java单元测试之代码覆盖率-JaCoCo
代码覆盖率测试的工具,比较常用的如下:(1)开源: JaCoCohttp://www.eclemma.org/jacoco/ Cobeturahttp://
cobertura
.sourceforge.net
rensanning
·
2014-01-10 15:00
java
Java单元测试之代码覆盖率-JaCoCo
阅读更多代码覆盖率测试的工具,比较常用的如下:(1)开源:JaCoCohttp://www.eclemma.org/jacoco/Cobeturahttp://
cobertura
.sourceforge.net
rensanning
·
2014-01-10 15:00
Java单元测试之代码覆盖率-JaCoCo
阅读更多代码覆盖率测试的工具,比较常用的如下:(1)开源:JaCoCohttp://www.eclemma.org/jacoco/Cobeturahttp://
cobertura
.sourceforge.net
rensanning
·
2014-01-10 15:00
Java单元测试之代码覆盖率-JaCoCo
阅读更多代码覆盖率测试的工具,比较常用的如下:(1)开源:JaCoCohttp://www.eclemma.org/jacoco/Cobeturahttp://
cobertura
.sourceforge.net
rensanning
·
2014-01-10 15:00
Java单元测试之代码覆盖率-JaCoCo
代码覆盖率测试的工具,比较常用的如下:(1)开源: JaCoCohttp://www.eclemma.org/jacoco/ Cobeturahttp://
cobertura
.sourceforge.net
rensanning
·
2014-01-10 15:00
java
maven工程单元覆盖率
pom.xml配置 org.codehaus.mojo
cobertura
-maven-plugin clean org.apache.maven.plugins maven-surefire-plugin
luyee2010
·
2013-12-30 11:00
UT覆盖率
2.1 单测技术框架简介2.2 JUnit:2.3 TestNG:2.4 maven2.5 sonar2.6 eclipse2.7 Jenkins2.8
Cobertura
:2.9 构建UT测试持续化集成环境及覆盖率监控
ning109314
·
2013-11-15 10:00
Jenkins+Junit+Ant+Mercurial(hg)+
Cobertura
+Findbugs (搭建持续集成环境)
Cobertura
:一种开源工具,它通过检测来测量测试覆盖率。FindBugs:是一个静态分析工具,它检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
k3110004966
·
2013-11-13 17:00
【未解决】
cobertura
如何跳过私有构造器和无用的getter,setter方法的测试覆盖率统计
不知道
cobertura
有没有什么配置项可以过滤掉没有空的私有构造器?查了下资料,可以配置如下而跳过getter,setter和空构造器。
terrymanu
·
2013-11-02 21:00
maven
cobertura
测试覆盖率
ignoreTrivia
分布式轻量级框架 设计&实现 2 - 项目搭建
站点生成
cobertura
,统计代码覆盖率。问题:
cobertura
如何跳过私有构造器和无用的get
terrymanu
·
2013-10-14 19:00
java
maven
框架
javaee
设计
maven-plugin
分布式轻量级框架 设计&实现 1 - 初步想法&技术选型
技术选型项目用maven管理,使用checkstyle,findbugs,
cobertura
等插件生成项目报告。使用Spring框架,采用注解的方式,尽量零配置。统一化持久层模块。
terrymanu
·
2013-10-12 18:00
java
高可用
分布式
架构
设计
软件开发的N种基础武器 - 最新清单
jsonyamlxpathhandlebars单元测试testngjunitmockitopowermockeasymockfesthamcrestcatch-exceptionunitilsjacoco
cobertura
p
devcore
·
2013-09-27 00:28
java
软件开发
表达式
Sonar入门(三): Ant集成Sonar
因此要求用户在ant项目中配置好
cobertura
/jacoco报告,最后执行sonar构建的时候,根据已经生成的报告进行分析统计。
javaACMer
·
2013-09-25 18:00
ant
Sonar
Sonar
maven 检测代码覆盖率 集成 Jetty 服务
在Runas中输入命令
cobertura
:
cobertura
,将会在target下生成一个站点测试覆盖率报告maven集成jetty服务,在项目的pom.xml配置插件 org.mortbay.jetty
liuc0317
·
2013-09-12 17:00
cubertura 覆盖率出不了数据,和编码解析ut-8的中文字符问题
类里面的一个方法,增加了一个getJava().setVmArgs("-Dfile.encoding=utf-8")2.覆盖率出不了数据 一方面注意制定datafile,把cubertura-instrument和
cobertura
-report
自用
·
2013-08-18 22:00
初识
Cobertura
Cobertura
简介
Cobertura
(西班牙语的覆盖)是一个和JUnit集成的代码覆盖率测量工具。
xiajian2010
·
2013-08-15 22:00
cobertura
shell脚本
代码覆盖工具
JUnit实战
使用
Cobertura
生成测试覆盖率报告
前言:本文章需要JUnit单元测试框架的基础知识,若读者还不具备,请阅读笔者的JUnit文章:http://ray-yui.iteye.com/blog/1914106UnitTest系列文章: 使用JUnit开发单元测试:http://ray-yui.iteye.com/blog/1914106 使用DBUnit扩展JUnit:http://ray-yui.iteye.com/b
ray_yui
·
2013-08-08 12:00
java
JUnit
单元测试
使用
cobertura
进行代码覆盖率(支持WEB部署项目)
1准备工作 1.1下载
cobertura
,下载地址:http://sourceforge.net/projects/
cobertura
/ 1.2将${
cobertura
_home}下的
cobertura
Flush.war
yujie020
·
2013-07-15 16:30
cobertura
web项目
覆盖率
使用
cobertura
进行代码覆盖率(支持WEB部署项目)
1准备工作1.1下载
cobertura
,下载地址:http://sourceforge.net/projects/
cobertura
/1.2将${
cobertura
_home}下的
cobertura
Flush.war
yujie020
·
2013-07-15 16:30
web项目
覆盖率
cobertura
java
使用
Cobertura
统计JUnit测试覆盖率
这是一个JavaProject,关于
Cobertura
的用法详见代码注释 首先是应用代码(即被测试的代码) packagecom.jadyer.service; publicclassCalculatorService
·
2013-07-10 11:00
JUnit
使用
Cobertura
统计JUnit测试覆盖率
这是一个JavaProject,关于
Cobertura
的用法详见代码注释首先是应用代码(即被测试的代码)packagecom.jadyer.service; publicclassCalculatorService
jadyer
·
2013-07-09 13:00
JUnit
cobertura
TestNG
覆盖率
JCoverage
junit学习笔记(三):测试驱动开发和
cobertura
框架
测试驱动开发测试驱动开发,英文全称Test-DrivenDevelopment,简称TDD,是一种不同于传统软件开发流程的新型的开发方法。它要求在编写某个功能的代码之前先编写测试代码,然后只编写使测试通过的功能代码,通过测试来推动整个开发的进行。这有助于编写简洁可用和高质量的代码,并加速开发过程。传统的的开发流程:编码--->测试--->重复--->提交基于测试驱动的开发流程:测试--->编码--
shuangde800
·
2013-06-17 19:00
junit学习笔记(三):测试驱动开发和
cobertura
框架
测试驱动开发测试驱动开发,英文全称Test-DrivenDevelopment,简称TDD,是一种不同于传统软件开发流程的新型的开发方法。它要求在编写某个功能的代码之前先编写测试代码,然后只编写使测试通过的功能代码,通过测试来推动整个开发的进行。这有助于编写简洁可用和高质量的代码,并加速开发过程。传统的的开发流程:编码--->测试--->重复--->提交基于测试驱动的开发流程:测试--->编码--
king_tt
·
2013-06-17 19:00
java
jvm
框架
velocity
JUnit
代码覆盖工具(Code Coverage Tool)
16)Coverlipse(LastRelease:2009-02-14)Emma/EclEmma(LastRelease:2012-10-26)AtlassianClover(commercial)
Cobertura
darrenzhu
·
2013-06-06 15:00
code
coverage
tool
覆盖
代码
代码覆盖工具(Code Coverage Tool)
16)Coverlipse(LastRelease:2009-02-14)Emma/EclEmma(LastRelease:2012-10-26)AtlassianClover(commercial)
Cobertura
darrenzhu
·
2013-06-06 15:00
code
coverage
tool
覆盖
代码
maven用途、核心概念、用法、常用参数和命令、扩展
Repositories、Artifact、BuildLifecycle、Goal)介绍、用法(Archetype意义及创建各种项目)、maven常用参数和命令以及简单故障排除、maven扩展(eclipse、
cobertura
xiangjai
·
2013-06-04 08:00
maven
JUnit测试是中文 maven test是乱码
2.7.2 once -Dfile.encoding=UTF-8 net.sourceforge.
cobertura
.datafile
yanghuan1937
·
2013-05-23 19:53
maven
test
乱码
JCoverage VS
Cobertura
一.JCoverage JCoverage的官网是:http://jcoverage.com/不过,现在已经不再免费,变成商业软件了(收费19.95英镑): http://cms.jcoverage.com/products/eclipse-plugin/pricing.html 主要信息在这个链接中http://cms.jcoverage.com/products/eclipse-plugin/
justlpf
·
2013-05-02 16:45
cobertura
vs
JCoverage
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他