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 classAbstractBigDecimalScaleAssert<SELF extends AbstractBigDecimalAssert<SELF>>Base class for BigDecimal scale assertions.classAbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends java.lang.Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>>classAbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,A,KEY,VALUE>,A extends java.util.Map<KEY,VALUE>,KEY,VALUE>classBigDecimalScaleAssert<T>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<java.lang.Integer,AbstractIntegerAssert<?>>InstanceOfAssertFactories. INTEGERMethods in org.assertj.core.api that return AbstractIntegerAssert Modifier and Type Method Description AbstractIntegerAssert<?>AbstractStringAssert. asInt()Parses the actual value as integer, using radix 10, the parsed integer becoming the new value under test.static AbstractIntegerAssert<?>Assertions. assertThat(int actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Assertions. assertThat(java.lang.Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>AssertionsForClassTypes. assertThat(int actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>AssertionsForClassTypes. assertThat(java.lang.Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6Assertions. assertThat(int actual)Deprecated.Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6Assertions. assertThat(java.lang.Integer actual)Deprecated.Creates a new instance of.IntegerAssertdefault AbstractIntegerAssert<?>WithAssertions. assertThat(int actual)Creates a new instance of.IntegerAssertdefault AbstractIntegerAssert<?>WithAssertions. assertThat(java.lang.Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Assumptions. assumeThat(int actual)Creates a new instance ofassumption.IntegerAssertstatic AbstractIntegerAssert<?>Assumptions. assumeThat(java.lang.Integer actual)Creates a new instance ofassumption.IntegerAssertdefault AbstractIntegerAssert<?>WithAssumptions. assumeThat(int actual)Creates a new instance ofassumption.IntegerAssertdefault AbstractIntegerAssert<?>WithAssumptions. assumeThat(java.lang.Integer actual)Creates a new instance ofassumption.IntegerAssertstatic AbstractIntegerAssert<?>BDDAssumptions. given(int actual)Creates a new assumption's instance for anintvalue.static AbstractIntegerAssert<?>BDDAssumptions. given(java.lang.Integer actual)Creates a new assumption's instance for anIntegervalue.static AbstractIntegerAssert<?>BDDAssertions. then(int actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>BDDAssertions. then(java.lang.Integer actual)Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6BDDAssertions. then(int actual)Deprecated.Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?>Java6BDDAssertions. then(java.lang.Integer actual)Deprecated.Creates a new instance of.IntegerAssert
-