Uses of Class
org.assertj.core.api.AbstractThrowableAssert

Packages that use AbstractThrowableAssert
org.assertj.core.api   
 

Uses of AbstractThrowableAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type AbstractThrowableAssert
 class AbstractThrowableAssert<S extends AbstractThrowableAssert<S,A>,A extends Throwable>
          Base class for all implementations of assertions for Throwables.
 

Subclasses of AbstractThrowableAssert in org.assertj.core.api
 class ThrowableAssert
          Assertion methods for Throwables.
 

Methods in org.assertj.core.api that return AbstractThrowableAssert
static AbstractThrowableAssert<?,? extends Throwable> Assertions.assertThat(Throwable actual)
          Creates a new instance of ThrowableAssert.
static AbstractThrowableAssert<?,? extends Throwable> BDDAssertions.then(Throwable actual)
          Creates a new instance of ThrowableAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.