Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend tearing down shared test fixture
teardownSharedTestFixture(plugin,pluginData)
teardownSharedTestFixture(
extends
the tearing down of a shared test fixture. This method defines how
the plugin
,pluginData
)TestRunner
performs shared fixture teardown.
The test framework evaluates this method one time for each shared
test fixture, within the scope of the runTestSuite
method
of the TestRunnerPlugin
.
|
Instance of |
|
Shared test fixture teardown information, specified as an instance
of |
createSharedTestFixture
| matlab.unittest.TestRunner
| matlab.unittest.plugins.plugindata.SharedTestFixturePluginData