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 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.

Properties

expand all

Label of test content test runner sets up or tears down, represented as a character vector. Use the Name property for informational, labeling, and display purposes. Do not use Name programmatically to introspect into the content.

Data Types: char

Context for plugins to perform qualifications on test content, represented as an instance of matlab.unittest.plugins.plugindata.QualificationContext. For your plugin to use qualifications it must be a subclass of matlab.unittest.plugins.QualifyingPlugin and provide this context in the call to one of its qualifications methods.

Introduced in R2015a

Was this topic helpful?