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

The AssertDateLessThan stored procedure. More...

Functions

int AssertDateLessThan (date @expected, date @actual)
 Asserts that one Date is less than another.

Detailed Description

The AssertDateLessThan stored procedure.

Author:
Chris Oldwood

Function Documentation

int AssertDateLessThan ( date @  expected,
date @  actual 
)

Asserts that one Date is less than another.

Parameters:
expectedThe expected value.
actualThe actual value.