Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend tearing down test method
teardownTestMethod(
extends the tearing down of a test method. This method defines how the
plugin
,pluginData
)TestRunner
performs test method teardown for a single test
suite element. The testing framework evaluates this method within the scope of the
runTest
method of TestRunnerPlugin
.
|
Plugin object, specified as an instance of the
|
|
Test method teardown information, specified as an instance of the
|
matlab.unittest.plugins.plugindata.ImplicitFixturePluginData
| matlab.unittest.TestRunner
| setupTestMethod