Uses of Class
org.assertj.core.api.AbstractBigIntegerAssert
Packages that use AbstractBigIntegerAssert
-
Uses of AbstractBigIntegerAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractBigIntegerAssertModifier and TypeClassDescriptionclassAbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>>Base class for all implementations of assertions forBigIntegers.Subclasses of AbstractBigIntegerAssert in org.assertj.core.apiFields in org.assertj.core.api with type parameters of type AbstractBigIntegerAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<BigInteger,AbstractBigIntegerAssert<?>> InstanceOfAssertFactories.BIG_INTEGERMethods in org.assertj.core.api that return AbstractBigIntegerAssertModifier and TypeMethodDescriptionstatic AbstractBigIntegerAssert<?>Assertions.assertThat(BigInteger actual) Creates a new instance of.BigIntegerAssertstatic AbstractBigIntegerAssert<?>Java6Assertions.assertThat(BigInteger actual) Deprecated.Creates a new instance of.BigIntegerAssertdefault AbstractBigIntegerAssert<?>WithAssertions.assertThat(BigInteger actual) Creates a new instance of.BigIntegerAssertstatic AbstractBigIntegerAssert<?>Assumptions.assumeThat(BigInteger actual) Creates a new instance ofassumption.BigIntegerAssertdefault AbstractBigIntegerAssert<?>WithAssumptions.assumeThat(BigInteger actual) Creates a new instance ofassumption.BigIntegerAssertstatic AbstractBigIntegerAssert<?>BDDAssumptions.given(BigInteger actual) Creates a new assumption's instance for aBigIntegervalue.static AbstractBigIntegerAssert<?>BDDAssertions.then(BigInteger actual) Creates a new instance of.BigIntegerAssertstatic AbstractBigIntegerAssert<?>Java6BDDAssertions.then(BigInteger actual) Deprecated.Creates a new instance of.BigIntegerAssert