SQL-Unit
1.6
|
The AssertStringNotEqualTo stored procedure. More...
Functions | |
int | AssertStringNotEqualTo (varchar[max]@expected, varchar[max]@actual) |
Asserts that the two Strings are not equivalent. |
The AssertStringNotEqualTo stored procedure.
int AssertStringNotEqualTo | ( | varchar @ | expected[max], |
varchar @ | actual[max] | ||
) |
Asserts that the two Strings are not equivalent.
expected | The expected value. |
actual | The actual value. |