Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>> |
Base class for all implementations of assertions for
BigInteger s. |
Modifier and Type | Class | Description |
---|---|---|
class |
BigIntegerAssert |
Assertion methods for
BigInteger s. |
Modifier and Type | Method | Description |
---|---|---|
static AbstractBigIntegerAssert<?> |
Assertions.assertThat(BigInteger actual) |
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
Java6Assertions.assertThat(BigInteger actual) |
Creates a new instance of
. |
default AbstractBigIntegerAssert<?> |
WithAssertions.assertThat(BigInteger actual) |
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
BDDAssertions.then(BigInteger actual) |
Creates a new instance of
. |
static AbstractBigIntegerAssert<?> |
Java6BDDAssertions.then(BigInteger actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.