info.flexmojos.compile.test.report
Class TestCaseReport

java.lang.Object
  extended by info.flexmojos.compile.test.report.TestCaseReport

public class TestCaseReport
extends java.lang.Object


Constructor Summary
TestCaseReport()
           
 
Method Summary
 int getErrors()
           
 int getFailures()
           
 java.util.List<TestMethodReport> getMethods()
           
 java.lang.String getName()
           
 int getTests()
           
 double getTime()
           
 void setErrors(int errors)
           
 void setFailures(int failures)
           
 void setMethods(java.util.List<TestMethodReport> methods)
           
 void setName(java.lang.String name)
           
 void setTests(int tests)
           
 void setTime(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseReport

public TestCaseReport()
Method Detail

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.