[ Version ( since = "0.9.6" ) ]
public void assert_str_eq (string X, string Y)
Check two strings to determine if 0==strcmp(X,Y)
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.6