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

Packages that use AbstractIntegerAssert
org.assertj.core.api   
 

Uses of AbstractIntegerAssert in org.assertj.core.api
 

Classes in org.assertj.core.api with type parameters of type AbstractIntegerAssert
 class AbstractIntegerAssert<S extends AbstractIntegerAssert<S>>
          Base class for all implementations of assertions for Integers.
 

Subclasses of AbstractIntegerAssert in org.assertj.core.api
 class IntegerAssert
          Assertion methods for Integers.
 

Methods in org.assertj.core.api that return AbstractIntegerAssert
static AbstractIntegerAssert<?> Assertions.assertThat(int actual)
          Creates a new instance of IntegerAssert.
static AbstractIntegerAssert<?> Assertions.assertThat(Integer actual)
          Creates a new instance of IntegerAssert.
static AbstractIntegerAssert<?> BDDAssertions.then(int actual)
          Creates a new instance of IntegerAssert.
static AbstractIntegerAssert<?> BDDAssertions.then(Integer actual)
          Creates a new instance of IntegerAssert.
 



Copyright © 2013–2015 AssertJ. All rights reserved.