org.tap4j.ext.junit
Class JUnitTestData

Package class diagram package JUnitTestData
java.lang.Object
  extended by org.tap4j.ext.junit.JUnitTestData

public class JUnitTestData
extends Object

JUnit test data.

Since:
1.4.3

Constructor Summary
JUnitTestData(Boolean ignored, Boolean failed)
           
 
Method Summary
 org.junit.runner.Description getDescription()
           
 Throwable getFailException()
           
 String getFailMessage()
           
 String getFailTrace()
           
 Boolean isFailed()
           
 Boolean isIgnored()
           
 void setDescription(org.junit.runner.Description description)
           
 void setFailed(Boolean failed)
           
 void setFailException(Throwable failException)
           
 void setFailMessage(String failMessage)
           
 void setFailTrace(String failTrace)
           
 void setIgnored(Boolean ignored)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitTestData

public JUnitTestData(Boolean ignored,
                     Boolean failed)
Method Detail

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.