Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend running of TestSuite
array
runTestSuite(
extends the running of the portion of the plugin
,pluginData
)TestSuite
array that is
passed to the TestRunner
. The testing framework evaluates this
method within the scope of the runSession
method of
TestRunnerPlugin
.
An example of running different test suite portions is when tests run in parallel
(requires Parallel Computing Toolbox™). In this case, the testing framework divides the original test suite
into separate groups and assigns them to workers on the current parallel pool. The
framework evaluates runTestSuite
as many times as the number of
groups into which the entire TestSuite
array is divided.
|
Plugin object, specified as an instance of the
|
|
|
matlab.unittest.plugins.plugindata.TestSuiteRunPluginData
| matlab.unittest.TestResult
| matlab.unittest.TestRunner
| matlab.unittest.TestSuite
| storeIn