|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractDoubleAssert | |
|---|---|
| org.assertj.core.api | |
| Uses of AbstractDoubleAssert in org.assertj.core.api |
|---|
| Classes in org.assertj.core.api with type parameters of type AbstractDoubleAssert | |
|---|---|
class |
AbstractDoubleAssert<S extends AbstractDoubleAssert<S>>
Base class for all implementations of assertions for Doubles. |
| Subclasses of AbstractDoubleAssert in org.assertj.core.api | |
|---|---|
class |
DoubleAssert
Assertion methods for Doubles. |
| Methods in org.assertj.core.api that return AbstractDoubleAssert | |
|---|---|
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 . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||