| 
    SQL-Unit
    1.6
    
   
   | 
  
  
  
 
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.   | |
The RunTests stored procedure.
| 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'.
 1.7.6.1