|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractFloatAssert | |
|---|---|
| org.assertj.core.api | |
| Uses of AbstractFloatAssert in org.assertj.core.api |
|---|
| Classes in org.assertj.core.api with type parameters of type AbstractFloatAssert | |
|---|---|
class |
AbstractFloatAssert<S extends AbstractFloatAssert<S>>
Base class for all implementations of assertions for Floats. |
| Subclasses of AbstractFloatAssert in org.assertj.core.api | |
|---|---|
class |
FloatAssert
Assertion methods for floats. |
| Methods in org.assertj.core.api that return AbstractFloatAssert | |
|---|---|
static AbstractFloatAssert<?> |
Assertions.assertThat(float actual)
Creates a new instance of . |
static AbstractFloatAssert<?> |
Assertions.assertThat(Float actual)
Creates a new instance of . |
static AbstractFloatAssert<?> |
BDDAssertions.then(float actual)
Creates a new instance of . |
static AbstractFloatAssert<?> |
BDDAssertions.then(Float actual)
Creates a new instance of . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||