Main Content

matlab.unittest.plugins.plugindata.TestContentCreationPluginData Class

Namespace: matlab.unittest.plugins.plugindata
Superclasses: matlab.unittest.plugins.plugindata.PluginData

Plugin data containing test content creation information

Description

The matlab.unittest.plugins.plugindata.TestContentCreationPluginData class defines the data passed by the test runner to plugin methods related to test content creation.

The test runner instantiates this class. You cannot create an object of the class directly.

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

Properties

expand all

In addition to the following property, the TestContentCreationPluginData class inherits the Name property from the PluginData class.

Modifier of the test result details, returned as a matlab.unittest.plugins.plugindata.ResultDetails object. Use this property when you need to modify the Details property of TestResult objects.

Attributes:

GetAccess
public
SetAccess
private

Version History

Introduced in R2017a

expand all