setupTestMethod
Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend setting up test method
Description
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
.
Input Arguments
|
Plugin object, specified as an instance of the
|
|
Test method setup information, specified as an instance of the
|
Examples
Version History
Introduced in R2014a