matlab.unittest.plugins.plugindata.TestSuiteRunPluginData class

Package: matlab.unittest.plugins.plugindata

Plugin data containing selected test information

Description

The TestSuiteRunPluginData defines the data the TestRunner passes to plugin methods related to running tests from the suite. The TestRunner creates this, so there is no need for test plugin authors to construct this class directly.

Properties

Name

Name corresponding to the portion of the test suite the runner executes within a plugin method, represented as a character vector. Use the Name property for informational, labeling, and display purposes. Do not use Name programmatically to introspect into the content.

TestSuite

Select test methods, represented as a matlab.unittest.TestSuite instance

TestResult

Results from running select test methods listed in TestSuite, represented as a matlab.unittest.TestResult array

Introduced in R2014a

Was this topic helpful?