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.apiMethods 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) Creates a new instance of.BigIntegerAssertdefault AbstractBigIntegerAssert<?>WithAssertions.assertThat(BigInteger actual) Creates a new instance of.BigIntegerAssertstatic AbstractBigIntegerAssert<?>BDDAssertions.then(BigInteger actual) Creates a new instance of.BigIntegerAssertstatic AbstractBigIntegerAssert<?>Java6BDDAssertions.then(BigInteger actual) Creates a new instance of.BigIntegerAssert