Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend running of single TestSuite element
runTest(plugin,pluginData)
runTest(
extends
the running of a single plugin
,pluginData
)TestSuite
element. This
method allows the test author to override the method that runs a scalar
test element in the TestSuite
array, including
the creation of the TestCase
, and the TestMethodSetup
and TestMethodTeardown
routines.
Provided the test framework completes all fixture setup, it invokes
this method one time per test element.
|
Instance of |
|
Test element information, specified as an instance of |
matlab.unittest.TestResult
| matlab.unittest.TestRunner
| matlab.unittest.plugins.plugindata.TestSuiteRunPluginData