public class ExceptionVerifierImpl extends Object implements Verifiable, ExceptionVerifier, TestCaseListener
| Constructor and Description |
|---|
ExceptionVerifierImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSystemException(RMockSystemException systemException) |
void |
afterTestCase() |
void |
beforeTestCase(Object testInstance,
String testName) |
void |
beginVerify() |
void |
endVerify() |
void |
setExceptionVerifierListener(ExceptionVerifierListener exceptionVerifierListener) |
void |
setUserExceptionExpectation(Expression expression) |
void |
verifyActualThrowable(Throwable throwable) |
public void addSystemException(RMockSystemException systemException)
addSystemException in interface ExceptionVerifierpublic void beginVerify()
beginVerify in interface Verifiablepublic void endVerify()
endVerify in interface Verifiablepublic void beforeTestCase(Object testInstance, String testName)
beforeTestCase in interface TestCaseListenerpublic void afterTestCase()
afterTestCase in interface TestCaseListenerpublic void setUserExceptionExpectation(Expression expression)
setUserExceptionExpectation in interface ExceptionVerifierpublic void verifyActualThrowable(Throwable throwable) throws Throwable
verifyActualThrowable in interface ExceptionVerifierThrowablepublic void setExceptionVerifierListener(ExceptionVerifierListener exceptionVerifierListener)
Copyright © 2005-2013 Agical AB. All Rights Reserved.