All Classes and Interfaces
Class
Description
This exception is thrown by
exceptionThrownBy(Statement)
if the provided Statement
did not throw an exception.This exception is thrown by
exceptionThrownBy(Statement, java.lang.Class)
if the provided Statement
did throw an exception that does not have the specified type.Fishbowl
provides helper methods for dealing with exceptions.Code that should be executed by
exceptionThrownBy(Statement)
.Code that returns a value if it is executed by
exceptionThrownBy(Statement)
.Wraps another exception.