com.hjl.junit
Class CheckedFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--junit.framework.AssertionFailedError
                    |
                    +--com.hjl.junit.CheckedFailure
All Implemented Interfaces:
java.io.Serializable

public class CheckedFailure
extends junit.framework.AssertionFailedError

See Also:
Serialized Form

Field Summary
protected  junit.framework.AssertionFailedError[] failures
           
 
Constructor Summary
CheckedFailure(junit.framework.AssertionFailedError[] failures)
           
CheckedFailure(java.lang.String message, junit.framework.AssertionFailedError[] failures)
           
 
Method Summary
 junit.framework.AssertionFailedError[] getFailures()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

failures

protected junit.framework.AssertionFailedError[] failures
Constructor Detail

CheckedFailure

public CheckedFailure(junit.framework.AssertionFailedError[] failures)

CheckedFailure

public CheckedFailure(java.lang.String message,
                      junit.framework.AssertionFailedError[] failures)
Method Detail

getFailures

public junit.framework.AssertionFailedError[] getFailures()