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 passed by the TestRunner to plugin methods related to finalized test results. The TestRunner instantiates this class, so you are not required to create an object of the class directly.

Properties

expand all

Location of the finalized Test element relative to the entire test suite, specified as an integer scalar.

Specification of the finalized Test element, specified as a matlab.unittest.TestSuite scalar.

Result from the finalized Test element, specified as a matlab.unittest.TestResult scalar.

Introduced in R2015b