SQL-Unit  1.6
Functions
AssertStringNotEqualTo.ssunit.sql File Reference

The AssertStringNotEqualTo stored procedure. More...

Functions

int AssertStringNotEqualTo (varchar[max]@expected, varchar[max]@actual)
 Asserts that the two Strings are not equivalent.

Detailed Description

The AssertStringNotEqualTo stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertStringNotEqualTo ( varchar @  expected[max],
varchar @  actual[max] 
)

Asserts that the two Strings are not equivalent.

Parameters:
expectedThe expected value.
actualThe actual value.