Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>>
Base class for all implementations of assertions for
Float s. |
Modifier and Type | Class and Description |
---|---|
class |
FloatAssert
Assertion methods for floats.
|
Modifier and Type | Method and Description |
---|---|
default AbstractFloatAssert<?> |
WithAssertions.assertThat(float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
Assertions.assertThat(float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
AssertionsForClassTypes.assertThat(float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
Java6Assertions.assertThat(float actual)
Creates a new instance of
. |
default AbstractFloatAssert<?> |
WithAssertions.assertThat(Float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
Assertions.assertThat(Float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
AssertionsForClassTypes.assertThat(Float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
Java6Assertions.assertThat(Float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
Assumptions.assumeThat(float actual)
Creates a new instance of
assumption. |
default AbstractFloatAssert<?> |
WithAssumptions.assumeThat(float actual)
Creates a new instance of
assumption. |
static AbstractFloatAssert<?> |
Assumptions.assumeThat(Float actual)
Creates a new instance of
assumption. |
default AbstractFloatAssert<?> |
WithAssumptions.assumeThat(Float actual)
Creates a new instance of
assumption. |
static AbstractFloatAssert<?> |
Java6BDDAssertions.then(float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
BDDAssertions.then(float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
Java6BDDAssertions.then(Float actual)
Creates a new instance of
. |
static AbstractFloatAssert<?> |
BDDAssertions.then(Float actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.