Uses of Class
org.assertj.core.api.AbstractIntegerAssert
Packages that use AbstractIntegerAssert
-
Uses of AbstractIntegerAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractIntegerAssertModifier and TypeClassDescriptionclass
AbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>>
Base class for all implementations of assertions forInteger
s.Subclasses of AbstractIntegerAssert in org.assertj.core.apiModifier and TypeClassDescriptionclass
AbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> class
AbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,
A, KEY, VALUE>, A extends Map<KEY, VALUE>, KEY, VALUE> class
Assertion methods forInteger
s.class
class
MapSizeAssert<KEY,
VALUE> Methods in org.assertj.core.api that return AbstractIntegerAssertModifier and TypeMethodDescriptionstatic 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
<?> AssertionsForClassTypes.assertThat
(int actual) Creates a new instance of
.IntegerAssert
static AbstractIntegerAssert
<?> AssertionsForClassTypes.assertThat
(Integer actual) Creates a new instance of
.IntegerAssert
static AbstractIntegerAssert
<?> Java6Assertions.assertThat
(int actual) Creates a new instance of
.IntegerAssert
static AbstractIntegerAssert
<?> Java6Assertions.assertThat
(Integer actual) Creates a new instance of
.IntegerAssert
default AbstractIntegerAssert
<?> WithAssertions.assertThat
(int actual) Delegate call toAssertions.assertThat(int)
default AbstractIntegerAssert
<?> WithAssertions.assertThat
(Integer actual) Delegate call toAssertions.assertThat(Integer)
static AbstractIntegerAssert
<?> BDDAssertions.then
(int actual) Creates a new instance of
.IntegerAssert
static AbstractIntegerAssert
<?> Creates a new instance of
.IntegerAssert
static AbstractIntegerAssert
<?> Java6BDDAssertions.then
(int actual) Creates a new instance of
.IntegerAssert
static AbstractIntegerAssert
<?> Creates a new instance of
.IntegerAssert