| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleAssert
Assertion methods for doubles.
|
class |
FloatAssert
Assertion methods for floats.
|
| Modifier and Type | Method and Description |
|---|---|
FloatingPointNumberAssert<T> |
FloatingPointNumberAssert.isEqualTo(T expected,
Offset<T> offset)
Verifies that the actual value is equal to the given one, within a positive offset.
|
FloatingPointNumberAssert<T> |
FloatingPointNumberAssert.isNaN()
Verifies that the actual value is equal to
NaN. |
FloatingPointNumberAssert<T> |
FloatingPointNumberAssert.isNotNaN()
Verifies that the actual value is not equal to
NaN. |
Copyright © 2013 AssertJ. All Rights Reserved.