Package: matlab.unittest.plugins.plugindata
Plugin data containing finalized test result information
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.