assert_int_eq


Description:

[ Version ( since = "0.9.6" ) ]
public void assert_int_eq (int X, int Y)

Check two signed 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

signed integer

Y

signed integer to compare against X

Since:

0.9.6


Namespace: Check
Package: check