| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>>
Base class for all implementations of assertions for
BigIntegers. |
| Modifier and Type | Class and Description |
|---|---|
class |
BigIntegerAssert
Assertion methods for
BigIntegers. |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<java.math.BigInteger,AbstractBigIntegerAssert<?>> |
InstanceOfAssertFactories.BIG_INTEGER
InstanceOfAssertFactory for a BigInteger. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractBigIntegerAssert<?> |
WithAssertions.assertThat(java.math.BigInteger actual)
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
Java6Assertions.assertThat(java.math.BigInteger actual)
Deprecated.
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
Assertions.assertThat(java.math.BigInteger actual)
Creates a new instance of
. |
default AbstractBigIntegerAssert<?> |
WithAssumptions.assumeThat(java.math.BigInteger actual)
Creates a new instance of
assumption. |
static AbstractBigIntegerAssert<?> |
Assumptions.assumeThat(java.math.BigInteger actual)
Creates a new instance of
assumption. |
static AbstractBigIntegerAssert<?> |
Java6BDDAssertions.then(java.math.BigInteger actual)
Deprecated.
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
BDDAssertions.then(java.math.BigInteger actual)
Creates a new instance of
. |