Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend running of single Test method
runTestMethod(plugin,pluginData)
runTestMethod(
extends
the running of a single plugin
,pluginData
)Test
method. The test framework
evaluates this method within the scope of the runTest
method
of the TestRunnerPlugin
. It evaluates this method
between setting up and tearing down the scalar TestSuite
element
(setupTestMethod
and teardownTestMethod
).
|
Instance of |
|
Test method information, specified as an instance of |
matlab.unittest.TestResult
| matlab.unittest.TestRunner
| matlab.unittest.plugins.TestRunnerPlugin.runTest
| matlab.unittest.plugins.TestRunnerPlugin.runTestClass
| matlab.unittest.plugins.plugindata.TestSuiteRunPluginData