matlab.unittest.plugins.plugindata.PluginData class

Package: matlab.unittest.plugins.plugindata

Data object passed to TestRunnerPlugin methods

Description

The PluginData class defines the data the TestRunner passes to various plugin methods. It is created by the TestRunner, so there is no need for test plugin authors to construct this class directly.

Properties

Name

Label of test content executed by the test runner within the scope of a plugin method, 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.

Introduced in R2014a

Was this topic helpful?