Package | Description |
---|---|
org.fest.assertions.api | |
org.fest.assertions.core |
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 © 2007–2014. All rights reserved.