| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
FloatingPointNumberAssert<SELF extends FloatingPointNumberAssert<SELF,ACTUAL>,ACTUAL extends Number> |
Assertion methods applicable to floating-point
s. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>> |
Base class for all implementations of assertions for
Doubles. |
class |
AbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>> |
Base class for all implementations of assertions for
Floats. |
class |
DoubleAssert |
Assertion methods for
Doubles. |
class |
FloatAssert |
Assertion methods for floats.
|
Copyright © 2014–2019. All rights reserved.