Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend tearing down test class
teardownTestClass(
extends the tearing down of a test class. This method defines how the
plugin
,pluginData
)TestRunner
performs test class teardown. 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 teardownTestClass
method as many times as the class
setup parameterization dictates.
|
Plugin object, specified as an instance of the
|
|
Test class teardown information, specified as an instance of the
|
createTestClassInstance
| matlab.unittest.plugins.plugindata.ImplicitFixturePluginData
| matlab.unittest.TestRunner