com.agical.rmock.core.exception.manager
Interface ExceptionVerifier

All Known Implementing Classes:
ExceptionVerifierImpl

public interface ExceptionVerifier

Author:
brolund (c) 2005 Agical AB

Method Summary
 void addSystemException(RMockSystemException systemException)
           
 void setUserExceptionExpectation(Expression expression)
           
 void verifyActualThrowable(java.lang.Throwable throwable)
           
 

Method Detail

addSystemException

void addSystemException(RMockSystemException systemException)

setUserExceptionExpectation

void setUserExceptionExpectation(Expression expression)

verifyActualThrowable

void verifyActualThrowable(java.lang.Throwable throwable)
                           throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2005-2009 Agical AB. All Rights Reserved.