matlab.unittest.plugins.plugindata.SharedTestFixturePluginData class

Package: matlab.unittest.plugins.plugindata

Plugin data containing shared test fixture information

Description

The SharedTestFixturePluginData defines the data the TestRunner passes to plugin methods related to shared test fixtures. The TestRunner creates this, so there is no need for test plugin authors to construct this class directly.

Properties

Name

Label of shared test fixture, represented as a character vector. Use the Name property for informational, labeling, and display purposes. Do not use Nameprogrammatically to introspect into the content.

Description

Description of action performed during setup and teardown of a shared test fixture, represented as a character vector

QualificationContext

Context for plugins to perform qualifications on fixtures, 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 R2014a

Was this topic helpful?