Uses of Class
org.assertj.core.api.AbstractIntegerAssert
-
Packages that use AbstractIntegerAssert Package Description org.assertj.core.api -
-
Uses of AbstractIntegerAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractIntegerAssert Modifier and Type Class Description classAbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>>Base class for all implementations of assertions forIntegers.Subclasses of AbstractIntegerAssert in org.assertj.core.api Modifier and Type Class Description classAbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>>classAbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,A,KEY,VALUE>,A extends Map<KEY,VALUE>,KEY,VALUE>classIntegerAssertAssertion methods forIntegers.classIterableSizeAssert<T>classMapSizeAssert<KEY,VALUE>Fields in org.assertj.core.api with type parameters of type AbstractIntegerAssert Modifier and Type Field Description static InstanceOfAssertFactory<Integer,AbstractIntegerAssert<?>>InstanceOfAssertFactories. INTEGERMethods in org.assertj.core.api that return AbstractIntegerAssert Modifier and Type Method Description static AbstractIntegerAssert<?>Assertions. assertThat(int actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Assertions. assertThat(Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>AssertionsForClassTypes. assertThat(int actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>AssertionsForClassTypes. assertThat(Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6Assertions. assertThat(int actual)Deprecated.Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6Assertions. assertThat(Integer actual)Deprecated.Creates a new instance of.IntegerAssertdefault AbstractIntegerAssert<?>WithAssertions. assertThat(int actual)Creates a new instance of.IntegerAssertdefault AbstractIntegerAssert<?>WithAssertions. assertThat(Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Assumptions. assumeThat(int actual)Creates a new instance ofassumption.IntegerAssertstatic AbstractIntegerAssert<?>Assumptions. assumeThat(Integer actual)Creates a new instance ofassumption.IntegerAssertdefault AbstractIntegerAssert<?>WithAssumptions. assumeThat(int actual)Creates a new instance ofassumption.IntegerAssertdefault AbstractIntegerAssert<?>WithAssumptions. assumeThat(Integer actual)Creates a new instance ofassumption.IntegerAssertstatic AbstractIntegerAssert<?>BDDAssertions. then(int actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>BDDAssertions. then(Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6BDDAssertions. then(int actual)Deprecated.Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6BDDAssertions. then(Integer actual)Deprecated.Creates a new instance of.IntegerAssert
-