Main Content
teardownTestMethod
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend tearing down Test
method
Description
teardownTestMethod(
extends the tearing down of a plugin
,pluginData
)Test
method. This method defines how the
test runner performs Test
method teardown for a single test suite
element. The testing framework evaluates this method within the scope of the runTest
method.
Input Arguments
Examples
Version History
Introduced in R2014a