SQL-Unit
1.6
|
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. |
The TestOutcome user defined type.
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.
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.
value | The enumeration value. |
tinyint TestOutcome_Unknown | ( | ) |
The TestOutcome enumeration symbol for a test that is inconclusive.