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 the TestRunner passes to plugin methods related to test content creation. The TestRunner creates this class, so there is no need for test plugin authors to construct the class directly.

Properties

expand all

Name of content the test runner executes within the scope of a plugin method, represented as a string scalar. The Name property is for informational, labeling, and display purposes, not to introspect into the content the test runner is executing.

Introduced in R2017a

Was this topic helpful?