You are here: Start » Filter Groups » TestInteger

TestInteger

Description

Tests whether an integer number fulfills a specified condition.

Filters in this group

TestIntegerLessThan - Compares two integers with the < operator.
TestIntegerLessOrEqual - Compares two integers with the <= operator.
TestIntegerGreaterThan - Compares two integers with the > operator.
TestIntegerGreaterOrEqual - Compares two integers with the >= operator.
TestIntegerEqualTo - Checks whether two integers are equal.
TestIntegerUnequalTo - Checks whether two integers are unequal.
TestIntegerInRange - Checks whether an integers is in the specified range.