Main Content

matlab.unittest.plugins.plugindata.FinalizedResultPluginData Class

Namespace: matlab.unittest.plugins.plugindata
Superclasses: matlab.unittest.plugins.plugindata.PluginData

Plugin data containing finalized test result information

Description

The matlab.unittest.plugins.plugindata.FinalizedResultPluginData class defines the data passed by the test runner to plugin methods related to finalized test results. A test result is finalized when no remaining test content can modify it.

The test runner instantiates this class. You cannot create an object of the class directly.

The matlab.unittest.plugins.plugindata.FinalizedResultPluginData class is a handle class.

Properties

expand all

In addition to the following properties, the FinalizedResultPluginData class inherits the Name property from the PluginData class.

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

Attributes:

GetAccess
public
SetAccess
immutable

Specification of the finalized Test element, returned as a matlab.unittest.TestSuite object.

Attributes:

GetAccess
public
SetAccess
immutable

Result from the finalized Test element, returned as a matlab.unittest.TestResult object.

Attributes:

GetAccess
public
SetAccess
immutable

Version History

Introduced in R2015b