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