runTestSuite
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend running of TestSuite
array
Description
runTestSuite(
extends the running of the portion of the plugin
,pluginData
)TestSuite
array that is passed
to the test runner. The testing framework evaluates this method within the scope of the
runSession
method.
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.
Input Arguments
Examples
Version History
Introduced in R2014a