Package com.github.stefanbirkner.fishbowl
package com.github.stefanbirkner.fishbowl
-
ClassDescriptionThis exception is thrown by
Fishbowl.exceptionThrownBy(Statement)if the providedStatementdid not throw an exception.This exception is thrown byFishbowl.exceptionThrownBy(Statement, java.lang.Class)if the providedStatementdid throw an exception that does not have the specified type.Fishbowlprovides helper methods for dealing with exceptions.Code that should be executed byFishbowl.exceptionThrownBy(Statement).Code that returns a value if it is executed byFishbowl.exceptionThrownBy(Statement).Wraps another exception.