| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
DoubleAssert |
AbstractSoftAssertions.assertThat(double actual)
Creates a new instance of
. |
static DoubleAssert |
Assertions.assertThat(double actual)
Creates a new instance of
. |
DoubleAssert |
AbstractSoftAssertions.assertThat(Double actual)
Creates a new instance of
. |
static DoubleAssert |
Assertions.assertThat(Double actual)
Creates a new instance of
. |
static DoubleAssert |
BDDAssertions.then(double actual)
Creates a new instance of
. |
static DoubleAssert |
BDDAssertions.then(Double actual)
Creates a new instance of
. |
Copyright © 2013-2014 AssertJ. All Rights Reserved.