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