Class: matlab.unittest.plugins.TestRunnerPlugin
Package: matlab.unittest.plugins
Extend setting up shared test fixture
setupSharedTestFixture(plugin,pluginData)
setupSharedTestFixture(
extends
the setting up of a shared test fixture. This method defines how the plugin
,pluginData
)TestRunner
performs
shared fixture setup. 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 setup information, specified as an instance
of |
createSharedTestFixture
| matlab.unittest.TestRunner
| matlab.unittest.plugins.plugindata.SharedTestFixturePluginData