Main Content

matlab.unittest.plugins.plugindata.TestContentCreationPluginData class

Package: matlab.unittest.plugins.plugindata

Plugin data containing test content creation information

Description

The TestContentCreationPluginData class defines the data passed by the TestRunner to plugin methods related to test content creation. The TestRunner instantiates this class, so you are not required to create an object of the class directly.

Properties

expand all

Name of content the TestRunner executes within the scope of a plugin method, specified as a string scalar. The Name property is for informational, labeling, and display purposes. You cannot use this property to inspect the test content.

Modifier of the test result details, specified as an instance of the matlab.unittest.plugins.plugindata.ResultDetails class. Use ResultDetails when you need to modify the Details property of TestResult objects.

Version History

Introduced in R2017a

expand all