Main Content
runTest
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend running of single Test
element
Description
runTest(
extends the running of a single plugin
,pluginData
)Test
element. runTest
lets you override the method that runs a scalar Test
element in the
TestSuite
array, including the creation of the TestCase
instance, and the TestMethodSetup
and
TestMethodTeardown
routines. Provided the testing framework completes
all fixture setup, it invokes this method one time per Test
element.
Input Arguments
Examples
Version History
Introduced in R2014a