org.tap4j.ext.junit
Class JUnitTestData
java.lang.Object
org.tap4j.ext.junit.JUnitTestData
public class JUnitTestData
- extends Object
JUnit test data.
- Since:
- 1.4.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnitTestData
public JUnitTestData(Boolean ignored,
Boolean failed)
getDescription
public org.junit.runner.Description getDescription()
setDescription
public void setDescription(org.junit.runner.Description description)
isIgnored
public Boolean isIgnored()
setIgnored
public void setIgnored(Boolean ignored)
isFailed
public Boolean isFailed()
setFailed
public void setFailed(Boolean failed)
getFailMessage
public String getFailMessage()
setFailMessage
public void setFailMessage(String failMessage)
getFailTrace
public String getFailTrace()
setFailTrace
public void setFailTrace(String failTrace)
getFailException
public Throwable getFailException()
setFailException
public void setFailException(Throwable failException)
Copyright © 2010-2012 TupiLabs. All Rights Reserved.