Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend setting up of test method
setupTestMethod(plugin,pluginData)
setupTestMethod(
extends
the setting up of a test method. This method defines how the plugin
,pluginData
)TestRunner
performs
test method setup for the single test suite element. The test framework
evaluates this method within the scope of the runTest
method
of the TestRunnerPlugin
.
|
Instance of |
|
Test method setup information, specified as an instance of |