info.flexmojos.compile.test.report
Class TestCaseReport
java.lang.Object
info.flexmojos.compile.test.report.TestCaseReport
public class TestCaseReport
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseReport
public TestCaseReport()
getErrors
public int getErrors()
getFailures
public int getFailures()
getMethods
public java.util.List<TestMethodReport> getMethods()
getName
public java.lang.String getName()
getTests
public int getTests()
getTime
public double getTime()
setErrors
public void setErrors(int errors)
setFailures
public void setFailures(int failures)
setMethods
public void setMethods(java.util.List<TestMethodReport> methods)
setName
public void setName(java.lang.String name)
setTests
public void setTests(int tests)
setTime
public void setTime(double time)
Copyright © 2008-2009 Flex-Mojos. All Rights Reserved.