assert_str_le
Description:
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