net.flexmojos.oss.test.report
Class TestCaseReport
java.lang.Object
net.flexmojos.oss.test.report.TestCaseReport
public class TestCaseReport
- extends Object
|
Constructor Summary |
TestCaseReport(org.codehaus.plexus.util.xml.Xpp3Dom dom)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseReport
public TestCaseReport(org.codehaus.plexus.util.xml.Xpp3Dom dom)
getCoverage
public List<TestCoverageReport> getCoverage()
getErrors
public int getErrors()
getFailures
public int getFailures()
getMethods
public List<TestMethodReport> getMethods()
getName
public String getName()
getTests
public int getTests()
getTime
public double getTime()
setCoverage
public void setCoverage(List<TestCoverageReport> coverage)
setErrors
public void setErrors(int errors)
setFailures
public void setFailures(int failures)
setMethods
public void setMethods(List<TestMethodReport> methods)
setName
public void setName(String name)
setTests
public void setTests(int tests)
setTime
public void setTime(double time)
Copyright © 2008–2014 flexmojos. All rights reserved.