| 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<BigInteger,AbstractBigIntegerAssert<?>> |
InstanceOfAssertFactories.BIG_INTEGER
|
| Modifier and Type | Method and Description |
|---|---|
default AbstractBigIntegerAssert<?> |
WithAssertions.assertThat(BigInteger actual)
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
Java6Assertions.assertThat(BigInteger actual)
Deprecated.
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
Assertions.assertThat(BigInteger actual)
Creates a new instance of
. |
default AbstractBigIntegerAssert<?> |
WithAssumptions.assumeThat(BigInteger actual)
Creates a new instance of
assumption. |
static AbstractBigIntegerAssert<?> |
Assumptions.assumeThat(BigInteger actual)
Creates a new instance of
assumption. |
static AbstractBigIntegerAssert<?> |
BDDAssumptions.given(BigInteger actual)
Creates a new assumption's instance for a
BigInteger value. |
static AbstractBigIntegerAssert<?> |
Java6BDDAssertions.then(BigInteger actual)
Deprecated.
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
BDDAssertions.then(BigInteger actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.