matlab.unittest.plugins.plugindata.ImplicitFixturePluginData class
Package: matlab.unittest.plugins.plugindata
Plugin data containing test setup and teardown information
Description
The ImplicitFixturePluginData
class defines the data passed by the
TestRunner
to plugin methods related to setting up and tearing down
tests. The TestRunner
instantiates this class, so you are not required to
create an object of the class directly.