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