net.flexmojos.oss.test.report
Class TestMethodReport
java.lang.Object
net.flexmojos.oss.test.report.TestMethodReport
public class TestMethodReport
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMethodReport
public TestMethodReport(org.codehaus.plexus.util.xml.Xpp3Dom dom)
getError
public ErrorReport getError()
getFailure
public ErrorReport getFailure()
getName
public String getName()
getTime
public double getTime()
setError
public void setError(ErrorReport error)
setFailure
public void setFailure(ErrorReport failure)
setName
public void setName(String name)
setTime
public void setTime(double time)
Copyright © 2008–2014 flexmojos. All rights reserved.