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

The AssertDateGreaterThanOrEqualTo stored procedure. More...

Functions

int AssertDateGreaterThanOrEqualTo (date @expected, date @actual)
 Asserts that one Date is greater than or equal to another.

Detailed Description

The AssertDateGreaterThanOrEqualTo stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertDateGreaterThanOrEqualTo ( date @  expected,
date @  actual 
)

Asserts that one Date is greater than or equal to another.

Parameters:
expectedThe expected value.
actualThe actual value.