| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>>
Base class for all implementations of assertions for
Doubles. |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleAssert
Assertion methods for
Doubles. |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Double,AbstractDoubleAssert<?>> |
InstanceOfAssertFactories.DOUBLE
|
| Modifier and Type | Method and Description |
|---|---|
default AbstractDoubleAssert<?> |
WithAssertions.assertThat(double actual)
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
Java6Assertions.assertThat(double actual)
Deprecated.
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
AssertionsForClassTypes.assertThat(double actual)
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
Assertions.assertThat(double actual)
Creates a new instance of
. |
default AbstractDoubleAssert<?> |
WithAssertions.assertThat(Double actual)
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
Java6Assertions.assertThat(Double actual)
Deprecated.
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
AssertionsForClassTypes.assertThat(Double actual)
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
Assertions.assertThat(Double actual)
Creates a new instance of
. |
default AbstractDoubleAssert<?> |
WithAssumptions.assumeThat(double actual)
Creates a new instance of
assumption. |
static AbstractDoubleAssert<?> |
Assumptions.assumeThat(double actual)
Creates a new instance of
assumption. |
default AbstractDoubleAssert<?> |
WithAssumptions.assumeThat(Double actual)
Creates a new instance of
assumption. |
static AbstractDoubleAssert<?> |
Assumptions.assumeThat(Double actual)
Creates a new instance of
assumption. |
static AbstractDoubleAssert<?> |
BDDAssumptions.given(double actual)
Creates a new assumption's instance for a
double value. |
static AbstractDoubleAssert<?> |
BDDAssumptions.given(Double actual)
Creates a new assumption's instance for a
Double value. |
static AbstractDoubleAssert<?> |
Java6BDDAssertions.then(double actual)
Deprecated.
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
BDDAssertions.then(double actual)
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
Java6BDDAssertions.then(Double actual)
Deprecated.
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
BDDAssertions.then(Double actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.