|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThrowableAssert | |
---|---|
org.fest.assertions.api |
Uses of ThrowableAssert in org.fest.assertions.api |
---|
Methods in org.fest.assertions.api that return ThrowableAssert | |
---|---|
static ThrowableAssert |
Assertions.assertThat(Throwable actual)
Creates a new instance of . |
ThrowableAssert |
ThrowableAssert.hasMessage(String message)
Verifies that the message of the actual Throwable is equal to the given one. |
ThrowableAssert |
ThrowableAssert.hasMessageContaining(String description)
Verifies that the message of the actual Throwable contains with the given description. |
ThrowableAssert |
ThrowableAssert.hasMessageEndingWith(String description)
Verifies that the message of the actual Throwable ends with the given description. |
ThrowableAssert |
ThrowableAssert.hasMessageStartingWith(String description)
Verifies that the message of the actual Throwable starts with the given description. |
ThrowableAssert |
ThrowableAssert.hasNoCause()
Verifies that the actual Throwable does not have a cause. |
ThrowableAssert |
ThrowableAssert.isExactlyInstanceOf(Class<? extends Throwable> type)
Verifies that the actual Throwable is an instance of the given type. |
ThrowableAssert |
ThrowableAssert.isInstanceOf(Class<? extends Throwable> type)
Verifies that the actual Throwable is an instance of the given type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |