Main Content

matlab.unittest.plugins.plugindata.ImplicitFixturePluginData Class

Namespace: matlab.unittest.plugins.plugindata
Superclasses: matlab.unittest.plugins.plugindata.PluginData

Plugin data containing test setup and teardown information

Description

The matlab.unittest.plugins.plugindata.ImplicitFixturePluginData class defines the data passed by the test runner to plugin methods related to setting up or tearing down tests.

The test runner instantiates this class. You cannot create an object of the class directly.

The matlab.unittest.plugins.plugindata.ImplicitFixturePluginData class is a handle class.

Properties

expand all

In addition to the following properties, the ImplicitFixturePluginData class inherits the Name property from the PluginData class.

Context for plugins that perform qualifications on the test content, returned as a matlab.unittest.plugins.plugindata.QualificationContext object. To perform qualifications, the plugin must subclass matlab.unittest.plugins.QualifyingPlugin and use this context in a call to one of its qualification methods.

Attributes:

GetAccess
public
SetAccess
private

Modifier of the test result details, returned as a matlab.unittest.plugins.plugindata.ResultDetails object. Use this property when you need to modify the Details property of TestResult objects.

Attributes:

GetAccess
public
SetAccess
private

Version History

Introduced in R2015a

expand all