|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--junit.framework.AssertionFailedError | +--com.hjl.junit.CheckedFailure
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 |
protected junit.framework.AssertionFailedError[] failures
Constructor Detail |
public CheckedFailure(junit.framework.AssertionFailedError[] failures)
public CheckedFailure(java.lang.String message, junit.framework.AssertionFailedError[] failures)
Method Detail |
public junit.framework.AssertionFailedError[] getFailures()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |