assert_str_ne


Description:

[ Version ( since = "0.9.6" ) ]
public void assert_str_ne (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

Parameters:

X

string

Y

string to compare against X

Since:

0.9.6


Namespace: Check
Package: check