Main Content

matlab.unittest.plugins.plugindata.PluginData Class

Namespace: matlab.unittest.plugins.plugindata

Data passed to TestRunnerPlugin methods

Description

The matlab.unittest.plugins.plugindata.PluginData class defines the data passed by the test runner to various plugin methods.

The testing framework instantiates this class. You cannot create an object of the matlab.unittest.plugins.plugindata.PluginData class directly.

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

Properties

expand all

Name of the test content executed by the test runner within the scope of a plugin method, returned as a character vector. You can use the Name property for informational, labeling, and display purposes. You cannot inspect the test content using this property.

Attributes:

GetAccess
public
SetAccess
immutable

Version History

Introduced in R2014a