| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoubleArrayAssert<S extends AbstractDoubleArrayAssert<S>> |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleArrayAssert
Assertion methods for arrays of
doubles. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDoubleArrayAssert<?> |
Assertions.assertThat(double[] actual)
Creates a new instance of
. |
static AbstractDoubleArrayAssert<?> |
BDDAssertions.then(double[] actual)
Creates a new instance of
. |
Copyright © 2013-2015 AssertJ. All Rights Reserved.