SQL-Unit  1.6
Typedefs | Functions
TestOutcome.ssunit_impl.sql File Reference

The TestOutcome user defined type. More...

Typedefs

typedef tinyint TestOutcome
 The enumeration used for the outcome of a test.
typedef varchar[10] TestOutcomeDisplayString
 The type for the test outcome enumeration as a string.

Functions

tinyint TestOutcome_Unknown ()
 The TestOutcome enumeration symbol for a test that is inconclusive.
 TestOutcome_Passed ()
 The TestOutcome enumeration symbol for a test that has 'passed'.
 TestOutcome_Failed ()
 The TestOutcome enumeration symbol for a test that has 'failed'.
ssunit_impl::TestOutcomeDisplayString TestOutcome_ToString (TestOutcome @value)
 The function to convert the enumeration value into a string.

Detailed Description

The TestOutcome user defined type.

Author:
Chris Oldwood

Typedef Documentation

typedef tinyint TestOutcome

The enumeration used for the outcome of a test.

typedef varchar [10] TestOutcomeDisplayString

The type for the test outcome enumeration as a string.


Function Documentation

The TestOutcome enumeration symbol for a test that has 'failed'.

The TestOutcome enumeration symbol for a test that has 'passed'.

The function to convert the enumeration value into a string.

Parameters:
valueThe enumeration value.
tinyint TestOutcome_Unknown ( )

The TestOutcome enumeration symbol for a test that is inconclusive.