| 
    SQL-Unit
    1.6
    
   
   | 
  
  
  
 
The AssertIntegerNotEqualTo stored procedure. More...
Functions | |
| int | AssertIntegerNotEqualTo (int @expected, int @actual) | 
| Asserts that the two integers are not equivalent.   | |
The AssertIntegerNotEqualTo stored procedure.
| int AssertIntegerNotEqualTo | ( | int @ | expected, | 
| int @ | actual | ||
| ) | 
Asserts that the two integers are not equivalent.
| expected | The expected value. | 
| actual | The actual value. | 
 1.7.6.1