You are here: Start » Filter Groups » TestLongInteger
TestLongInteger
Description
Tests whether a Long number fulfills a specified condition.
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
LessThan | TestLongIntegerLessThan | Compares two Long integers with the < operator. |
![]() |
LessOrEqual | TestLongIntegerLessOrEqual | Compares two Long integers with the <= operator. |
![]() |
GreaterThan | TestLongIntegerGreaterThan | Compares two Long integers with the > operator. |
![]() |
GreaterOrEqual | TestLongIntegerGreaterOrEqual | Compares two Long integers with the >= operator. |
![]() |
EqualTo | TestLongIntegerEqualTo | Checks whether two Long integers are equal. |
![]() |
UnequalTo | TestLongIntegerUnequalTo | Checks whether two Long integers are unequal. |
![]() |
InRange | TestLongIntegerInRange | Checks whether Long integers is in the specified range. |