SQL-Unit  1.6
Typedefs
Types.ssunit_impl.sql File Reference

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.

Detailed Description

The private user defined types.

Author:
Chris Oldwood

Typedef Documentation

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.