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

The Configuration table stored procedures. More...

Functions

int Configuration_SetSchemaNameDefault (SchemaName @value)
 Sets the default schema name used for the tests.
int Configuration_SetDisplayWidthDefault (int @value)
 Sets the default width for console output.
int Configuration_SetReportResultsDefault (ReportCondition @value)
 Sets the default flag for reporting the per-test results.
int Configuration_SetReportSummaryDefault (ReportCondition @value)
 Sets the default flag for reporting the results summary.
int Configuration_SetTearDownFirstDefault (Bool @value)
 Sets the default for whether to invoke the tear-down procedures before invoking the set-up ones.

Detailed Description

The Configuration table stored procedures.

Author:
Chris Oldwood

Function Documentation

Sets the default width for console output.

Parameters:
valueThe configuration value.

Sets the default flag for reporting the per-test results.

Parameters:
valueThe configuration value.

Sets the default flag for reporting the results summary.

Parameters:
valueThe configuration value.

Sets the default schema name used for the tests.

Parameters:
valueThe configuration value.

Sets the default for whether to invoke the tear-down procedures before invoking the set-up ones.

Parameters:
valueThe configuration value.