Main Content
teardownTestClass
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend tearing down test class
Description
teardownTestClass(
extends the tearing down of a test class. This method defines how the test runner performs
test class teardown. The testing framework evaluates this method within the scope of the
plugin
,pluginData
)runTestClass
method. 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.
Input Arguments
Examples
Version History
Introduced in R2014a