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 ExceptionVerifier
public void beginVerify()
beginVerify
in interface Verifiable
public void endVerify()
endVerify
in interface Verifiable
public void beforeTestCase(Object testInstance, String testName)
beforeTestCase
in interface TestCaseListener
public void afterTestCase()
afterTestCase
in interface TestCaseListener
public void setUserExceptionExpectation(Expression expression)
setUserExceptionExpectation
in interface ExceptionVerifier
public void verifyActualThrowable(Throwable throwable) throws Throwable
verifyActualThrowable
in interface ExceptionVerifier
Throwable
public void setExceptionVerifierListener(ExceptionVerifierListener exceptionVerifierListener)
Copyright © 2005-2013 Agical AB. All Rights Reserved.