Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractThrowableAssert<S extends AbstractThrowableAssert<S,A>,A extends Throwable>
Base class for all implementations of assertions for
Throwable s. |
Modifier and Type | Class and Description |
---|---|
class |
ThrowableAssert
Assertion methods for
Throwable s. |
Modifier and Type | Method and Description |
---|---|
static AbstractThrowableAssert<?,? extends Throwable> |
Assertions.assertThat(Throwable actual)
Creates a new instance of
. |
AbstractThrowableAssert<?,? extends Throwable> |
AbstractStandardSoftAssertions.assertThatThrownBy(ThrowableAssert.ThrowingCallable shouldRaiseThrowable)
Allows to capture and then assert on a
Throwable more easily when used with Java 8 lambdas. |
static AbstractThrowableAssert<?,? extends Throwable> |
Assertions.assertThatThrownBy(ThrowableAssert.ThrowingCallable shouldRaiseThrowable)
Allows to capture and then assert on a
Throwable more easily when used with Java 8 lambdas. |
static AbstractThrowableAssert<?,? extends Throwable> |
BDDAssertions.then(Throwable actual)
Creates a new instance of
. |
static AbstractThrowableAssert<?,? extends Throwable> |
BDDAssertions.thenThrownBy(ThrowableAssert.ThrowingCallable shouldRaiseThrowable)
Allows to capture and then assert on a
Throwable more easily when used with Java 8 lambdas. |
AbstractThrowableAssert<?,? extends Throwable> |
AbstractBDDSoftAssertions.thenThrownBy(ThrowableAssert.ThrowingCallable shouldRaiseThrowable)
Allows to capture and then assert on a
Throwable more easily when used with Java 8 lambdas. |
Copyright © 2013-2015 AssertJ. All Rights Reserved.