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

The AssertRealBetween stored procedure. More...

Functions

int AssertRealBetween (real @lower, real @upper, real @actual)
 Asserts that the real number value is within the specified range.

Detailed Description

The AssertRealBetween stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertRealBetween ( real @  lower,
real @  upper,
real @  actual 
)

Asserts that the real number value is within the specified range.

Parameters:
lowerThe expected value lower bound.
upperThe expected value upper bound.
actualThe actual value.