You are here: Start » Filter Groups » TestDouble
TestDouble
Description
Tests whether double fulfills a specified condition.
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
LessThan | TestDoubleLessThan | Compares two doubles with the < operator. |
![]() |
LessOrEqual | TestDoubleLessOrEqual | Compares two doubles with the <= operator. |
![]() |
GreaterThan | TestDoubleGreaterThan | Compares two doubles with the > operator. |
![]() |
GreaterOrEqual | TestDoubleGreaterOrEqual | Compares two doubles with the >= operator. |
![]() |
EqualTo | TestDoubleEqualTo | Checks whether two doubles are equal. |
![]() |
UnequalTo | TestDoubleUnequalTo | Checks whether two doubles are unequal. |
![]() |
InRange | TestDoubleInRange | Checks whether a double value is in the specified range. |