assert_int_lt


Description:

[ Version ( since = "0.9.10" ) ]
public void assert_int_lt (int X, int Y)

Check two signed integers to determine if X<Y

Note that if the check fails, the remaining of the test is aborted

If not X<Y, the test fails.

Parameters:

X

signed integer

Y

signed integer to compare against X

Since:

0.9.10


Namespace: Check
Package: check