Uses of Class
org.apache.juneau.assertions.FluentThrowableAssertion
Packages that use FluentThrowableAssertion
- 
Uses of FluentThrowableAssertion in org.apache.juneau.assertionsSubclasses of FluentThrowableAssertion in org.apache.juneau.assertionsModifier and TypeClassDescriptionclassThrowableAssertion<T extends Throwable>Used for assertion calls against throwable objects.Methods in org.apache.juneau.assertions that return FluentThrowableAssertionModifier and TypeMethodDescriptionFluentThrowableAssertion.asCausedBy()Returns an assertion against the caused-by throwable.<X extends Throwable>
 FluentThrowableAssertion<X,R> FluentThrowableAssertion.asCausedBy(Class<X> type) Returns an assertion against the caused-by throwable.<X extends Throwable>
 FluentThrowableAssertion<X,R> Returns an assertion against the throwable localized message.FluentThrowableAssertion.asTransformed(Function<T, T> function) FluentThrowableAssertion.setOut(PrintStream value) FluentThrowableAssertion.setSilent()FluentThrowableAssertion.setStdOut()FluentThrowableAssertion.setThrowable(Class<? extends RuntimeException> value)