Main Content
setupSharedTestFixture
Class: matlab.unittest.plugins.TestRunnerPlugin
Namespace: matlab.unittest.plugins
Extend setting up shared test fixture
Description
setupSharedTestFixture(
extends the setting up of a shared test fixture. This method defines how the test runner
performs shared fixture setup. 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