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