Package: matlab.unittest.plugins.plugindata
Plugin data containing test setup and teardown information
The ImplicitFixturePluginData
class defines
the data the TestRunner
passes to plugin methods related
to setting up and tearing down tests. The TestRunner
creates
this class, so there is no need for test plugin authors to construct
this class directly.
TestRunnerPlugin
| TestRunnerPlugin.setupTestClass
| TestRunnerPlugin.setupTestMethod
| TestRunnerPlugin.teardownTestClass
| TestRunnerPlugin.teardownTestMethod