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
Double s. |
class |
AbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>> |
Base class for all implementations of assertions for
Float s. |
class |
DoubleAssert |
Assertion methods for
Double s. |
class |
FloatAssert |
Assertion methods for floats.
|
Copyright © 2014–2019. All rights reserved.