Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend setting up test class
setupTestClass(plugin,pluginData)
setupTestClass(
extends
the setting up of a test class. This method defines how the plugin
,pluginData
)TestRunner
performs
test class setup. The test framework evaluates this method within
the scope of the runTestClass
method of the TestRunnerPlugin
.
If the test class contains properties with the ClassSetupParameter
attribute,
the test framework evaluates the setupTestClass
method
as many times as the class setup parameterization dictates.
|
Instance of |
|
Test class setup information, specified as an instance of |
createTestClassInstance
| matlab.unittest.TestRunner
| matlab.unittest.plugins.plugindata.ImplicitFixturePluginData