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