assert_uint_gt


Description:

[ Version ( since = "0.9.10" ) ]
public void assert_uint_gt (uint X, uint Y)

Check two unsigned integers to determine if X>Y

If not X>Y, the test fails.

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

Parameters:

X

unsigned signed integer

Y

unsigned signed integer to compare against X

Since:

0.9.10


Namespace: Check
Package: check