Class: matlab.unittest.TestRunner
Package: matlab.unittest
Run all tests in TestSuite array
result = run(runner,suite)
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.
|
|
|
Set of tests, specified as a |
|
A |