run
Class: matlab.unittest.TestRunner
Package: matlab.unittest
Run all tests in TestSuite
array
Syntax
result = run(runner,suite)
Description
runs
the result
= run(runner
,suite
)TestSuite
array defined by suite
using
the TestRunner
object provided in runner
,
and returns the result in result
.
This method runs all of the appropriate methods of the TestCase
class
to set up fixtures and run test content. It handles errors and qualification
failures and records the information in result
.
Input Arguments
|
|
|
Set of tests, specified as a |
Output Arguments
|
A |