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

The RunTests stored procedure. More...

Functions

int RunTests (@schemaName ssunit.SchemaName=null,--!< The schema used for the tests.@displayWidth int=null,--!< The width of the console in batch mode.@reportResults ssunit.ReportCondition=null,--!< Return the per-test results?@reportSummary ssunit.ReportCondition=null,--!< Return the test result summary?@isInteractive bit=null,--!< Override the output mode.@testNameFilter ssunit.ProcedureName=null,--!< The full or partial name of a test to run.@tearDownFirst ssunit.Bool=null--!< Run the tear-downs before fixture set-up?)
 Runs the suite of unit tests.

Detailed Description

The RunTests stored procedure.

Author:
Chris Oldwood

Function Documentation

int RunTests ( @schemaName ssunit.  SchemaName = null)

Runs the suite of unit tests.

By default all tests are assumed to be in a schema called 'test'.