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

The AssertRealGreaterThan stored procedure. More...

Functions

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

Detailed Description

The AssertRealGreaterThan stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertRealGreaterThan ( real @  expected,
real @  actual 
)

Asserts that one real number is greater than another.

Parameters:
expectedThe expected value.
actualThe actual value.