assert_str_ge


Description:

[ Version ( since = "0.9.10" ) ]
public void assert_str_ge (string X, string Y)

Check two strings to determine if 0>=strcmp(X,Y) (e.g. strcmp(X,Y)<=0)

If not 0>=strcmp(X,Y), the test fails.

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

Parameters:

X

string

Y

string to compare against X

Since:

0.9.10


Namespace: Check
Package: check