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