[ 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
X |
string |
Y |
string to compare against X |
0.9.10