net.flexmojos.oss.test.report
Class TestMethodReport

java.lang.Object
  extended by net.flexmojos.oss.test.report.TestMethodReport

public class TestMethodReport
extends Object


Constructor Summary
TestMethodReport(org.codehaus.plexus.util.xml.Xpp3Dom dom)
           
 
Method Summary
 ErrorReport getError()
           
 ErrorReport getFailure()
           
 String getName()
           
 double getTime()
           
 void setError(ErrorReport error)
           
 void setFailure(ErrorReport failure)
           
 void setName(String name)
           
 void setTime(double time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethodReport

public TestMethodReport(org.codehaus.plexus.util.xml.Xpp3Dom dom)
Method Detail

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.