public class CoberturaCoverageFile extends Object implements groovy.lang.GroovyObject
Constructor and Description |
---|
CoberturaCoverageFile(String coberturaFile,
String attributeName) |
Modifier and Type | Method and Description |
---|---|
protected groovy.util.slurpersupport.GPathResult |
findClassElement(String className) |
protected groovy.util.slurpersupport.GPathResult |
findInnerClasses(String className) |
protected groovy.util.slurpersupport.GPathResult |
findMethodElement(String methodName,
int numParameters,
String methodSignature,
groovy.util.slurpersupport.GPathResult classXmlElement) |
protected groovy.util.slurpersupport.GPathResult |
findPackageElement(String packageName) |
protected groovy.util.slurpersupport.GPathResult |
getCoberturaXml() |
groovy.lang.MetaClass |
getMetaClass() |
protected BigDecimal |
getOverallCoverageRate() |
Object |
getProperty(String property) |
protected boolean |
hasInnerClasses(String className) |
Object |
invokeMethod(String method,
Object arguments) |
protected BigDecimal |
parseCoverageRate(groovy.util.slurpersupport.GPathResult node) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
protected BigDecimal getOverallCoverageRate()
protected BigDecimal parseCoverageRate(groovy.util.slurpersupport.GPathResult node)
protected groovy.util.slurpersupport.GPathResult findPackageElement(String packageName)
protected groovy.util.slurpersupport.GPathResult findClassElement(String className)
protected groovy.util.slurpersupport.GPathResult findInnerClasses(String className)
protected boolean hasInnerClasses(String className)
protected groovy.util.slurpersupport.GPathResult findMethodElement(String methodName, int numParameters, String methodSignature, groovy.util.slurpersupport.GPathResult classXmlElement)
protected groovy.util.slurpersupport.GPathResult getCoberturaXml()
Copyright © 2022. All rights reserved.