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