Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractFloatArrayAssert<SELF extends AbstractFloatArrayAssert<SELF>> |
Modifier and Type | Class | Description |
---|---|---|
class |
FloatArrayAssert |
Assertion methods for arrays of
float s. |
Modifier and Type | Method | Description |
---|---|---|
static AbstractFloatArrayAssert<?> |
Assertions.assertThat(float[] actual) |
Creates a new instance of
. |
static AbstractFloatArrayAssert<?> |
AssertionsForClassTypes.assertThat(float[] actual) |
Creates a new instance of
. |
static AbstractFloatArrayAssert<?> |
Java6Assertions.assertThat(float[] actual) |
Creates a new instance of
. |
default AbstractFloatArrayAssert<?> |
WithAssertions.assertThat(float[] actual) |
Delegate call to
Assertions.assertThat(float[]) |
static AbstractFloatArrayAssert<?> |
BDDAssertions.then(float[] actual) |
Creates a new instance of
. |
static AbstractFloatArrayAssert<?> |
Java6BDDAssertions.then(float[] actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.