You are here: Start » Filter Groups » TestInteger
TestInteger
Description
Tests whether an integer number fulfills a specified condition.
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
LessThan | TestIntegerLessThan | Compares two integers with the < operator. |
![]() |
LessOrEqual | TestIntegerLessOrEqual | Compares two integers with the <= operator. |
![]() |
GreaterThan | TestIntegerGreaterThan | Compares two integers with the > operator. |
![]() |
GreaterOrEqual | TestIntegerGreaterOrEqual | Compares two integers with the >= operator. |
![]() |
EqualTo | TestIntegerEqualTo | Checks whether two integers are equal. |
![]() |
UnequalTo | TestIntegerUnequalTo | Checks whether two integers are unequal. |
![]() |
InRange | TestIntegerInRange | Checks whether an integers is in the specified range. |