Main Content
runTestMethod
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend running of single Test
method
Description
runTestMethod(
extends the running of a single plugin
,pluginData
)Test
method. The testing framework
evaluates this method within the scope of the runTest
method. It evaluates this method between setting up and tearing down the
scalar TestSuite
element (setupTestMethod
and
teardownTestMethod
).
Input Arguments
Examples
Version History
Introduced in R2014a