matlab.unittest.plugins.plugindata.FinalizedResultPluginData class

Package: matlab.unittest.plugins.plugindata

Plugin data containing finalized test result information

Description

The FinalizedResultPluginData class defines the data the TestRunner passes to plugin methods related to finalized test results. The TestRunner creates this class, so there is no need for test plugin authors to construct the class directly.

Properties

expand all

Location of the finalized result relative to the entire suite, represented as a scalar numeric.

Specifies the test that produced the TestResult, represented as a matlab.unittest.TestSuite scalar.

Result from the finalized test suite element, represented as a matlab.unittest.TestResult scalar.

Introduced in R2015b

Was this topic helpful?