setupSharedTestFixture
Class: matlab.unittest.plugins.TestRunnerPlugin
Package: 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
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
.
Input Arguments
|
Plugin object, specified as an instance of the
|
|
Shared test fixture setup information, specified as an instance of the
|
Examples
Version History
Introduced in R2014a