info.flexmojos.compile.test.report
Class TestMethodReport
java.lang.Object
info.flexmojos.compile.test.report.TestMethodReport
public class TestMethodReport
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMethodReport
public TestMethodReport()
getError
public ErrorReport getError()
getFailure
public ErrorReport getFailure()
getName
public java.lang.String getName()
getTime
public double getTime()
setError
public void setError(ErrorReport error)
setFailure
public void setFailure(ErrorReport failure)
setName
public void setName(java.lang.String name)
setTime
public void setTime(double time)
Copyright © 2008-2009 Flex-Mojos. All Rights Reserved.