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