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