matlab.unittest.plugins.plugindata.PluginData class

Package: matlab.unittest.plugins.plugindata

Data object passed to TestRunnerPlugin methods

Description

The PluginData class defines the data passed by the TestRunner to various plugin methods. The TestRunner instantiates this class, so you are not required to create an object of the class directly.

Properties

Name

Label of test content executed by the TestRunner within the scope of a plugin method, specified as a character vector. Use the Name property for informational, labeling, and display purposes. You cannot use this property to inspect the test content.

Introduced in R2014a