| 
    SQL-Unit
    1.6
    
   
   | 
  
  
  
 
The AssertRealGreaterThan stored procedure. More...
Functions | |
| int | AssertRealGreaterThan (real @expected, real @actual) | 
| Asserts that one real number is greater than another.   | |
The AssertRealGreaterThan stored procedure.
| int AssertRealGreaterThan | ( | real @ | expected, | 
| real @ | actual | ||
| ) | 
Asserts that one real number is greater than another.
| expected | The expected value. | 
| actual | The actual value. | 
 1.7.6.1