public class ThrowableAssert extends AbstractThrowableAssert<ThrowableAssert,Throwable>
Throwables.
To create a new instance of this class, invoke .
Assertions.assertThat(Throwable)
actual, info, myself| Modifier | Constructor and Description |
|---|---|
protected |
ThrowableAssert(Throwable actual) |
hasCauseExactlyInstanceOf, hasCauseInstanceOf, hasMessage, hasMessageContaining, hasMessageEndingWith, hasMessageStartingWith, hasNoCause, hasRootCauseExactlyInstanceOf, hasRootCauseInstanceOfas, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorprotected ThrowableAssert(Throwable actual)
Copyright © 2013-2014 AssertJ. All Rights Reserved.