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 TypeClassDescriptionclassAbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>>Base class for all implementations of assertions forIntegers.Subclasses of AbstractIntegerAssert in org.assertj.core.apiModifier and TypeClassDescriptionclassAbstractBigDecimalScaleAssert<SELF extends AbstractBigDecimalAssert<SELF>>Base class for BigDecimal scale assertions.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> classclassAssertion methods forIntegers.classclassMapSizeAssert<KEY,VALUE> Fields in org.assertj.core.api with type parameters of type AbstractIntegerAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<Integer, AbstractIntegerAssert<?>> InstanceOfAssertFactories.INTEGERMethods in org.assertj.core.api that return AbstractIntegerAssertModifier and TypeMethodDescriptionAbstractStringAssert.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(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<?> BDDAssumptions.given(int actual) Creates a new assumption's instance for anintvalue.static AbstractIntegerAssert<?> Creates a new assumption's instance for anIntegervalue.static AbstractIntegerAssert<?> BDDAssertions.then(int actual) Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?> Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?> Java6BDDAssertions.then(int actual) Deprecated.Creates a new instance of.IntegerAssertstatic AbstractIntegerAssert<?> Deprecated.Creates a new instance of.IntegerAssert