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

The AssertRealLessThan stored procedure. More...

Functions

int AssertRealLessThan (real @expected, real @actual)
 Asserts that one real number is less than another.

Detailed Description

The AssertRealLessThan stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertRealLessThan ( real @  expected,
real @  actual 
)

Asserts that one real number is less than another.

Parameters:
expectedThe expected value.
actualThe actual value.