SQL-Unit
1.6
|
The private user defined types. More...
Typedefs | |
typedef varchar[128] | AttributeName |
The name of an attribute used to mark a procedure as special. | |
typedef varchar[128] | FixtureName |
The name of a test fixture. | |
typedef varchar[max] | List |
A comma-separated list of values. |
The private user defined types.
typedef varchar [128] AttributeName |
The name of an attribute used to mark a procedure as special.
Attributes are used to annotate which procedures are tests or helpers.
typedef varchar [128] FixtureName |
The name of a test fixture.
The fixture name is used to group together tests for the same 'module' and provides a convenient mechansim for factoring out the performance burden of common SetUp & TearDown helper procedures.
typedef varchar [max] List |
A comma-separated list of values.