Uses of Class
org.fest.assertions.api.ThrowableAssert
Packages that use ThrowableAssert
-
Uses of ThrowableAssert in org.fest.assertions.api
Methods in org.fest.assertions.api that return ThrowableAssertModifier and TypeMethodDescriptionstatic ThrowableAssertAssertions.assertThat(Throwable actual) Creates a new instance of.ThrowableAssertThrowableAssert.hasMessage(String message) Verifies that the message of the actualThrowableis equal to the given one.ThrowableAssert.hasMessageContaining(String description) Verifies that the message of the actualThrowablecontains with the given description.ThrowableAssert.hasMessageEndingWith(String description) Verifies that the message of the actualThrowableends with the given description.ThrowableAssert.hasMessageStartingWith(String description) Verifies that the message of the actualThrowablestarts with the given description.ThrowableAssert.hasNoCause()Verifies that the actualThrowabledoes not have a cause.