Main Content
setupTestMethod
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend setting up Test
method
Description
setupTestMethod(
extends the setting up of a plugin
,pluginData
)Test
method. This method defines how the test
runner performs Test
method setup for the single test suite element. The
testing framework evaluates this method within the scope of the runTest
method.
Input Arguments
Examples
Version History
Introduced in R2014a