Main Content
teardownSharedTestFixture
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend tearing down shared test fixture
Description
teardownSharedTestFixture(
extends the tearing down of a shared test fixture. This method defines how the test runner
performs shared fixture teardown. The testing framework evaluates this method one time for
each shared test fixture, within the scope of the plugin
,pluginData
)runTestSuite
method.
Input Arguments
Examples
Version History
Introduced in R2014a