Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend setting up test method
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 testing framework evaluates this method within the scope of the
runTest
method of TestRunnerPlugin
.
|
Plugin object, specified as an instance of the
|
|
Test method setup information, specified as an instance of the
|