| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoubleAssert<S extends AbstractDoubleAssert<S>>
Base class for all implementations of assertions for
Doubles. |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleAssert
Assertion methods for
Doubles. |
| Modifier and Type | Method and 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<?> |
BDDAssertions.then(double actual)
Creates a new instance of
. |
static AbstractDoubleAssert<?> |
BDDAssertions.then(Double actual)
Creates a new instance of
. |
Copyright © 2013-2015 AssertJ. All Rights Reserved.