Main Content
matlab.unittest.plugins.plugindata.ResultDetails Class
Namespace: matlab.unittest.plugins.plugindata
Description
The ResultDetails
class enables a TestRunnerPlugin
instance to modify the Details
property of a TestResult
array. To modify the Details
structure, invoke a method of
ResultDetails
within the scope of a plugin class method. The
TestRunner
instantiates this class, so you are not required to create an
object of the class directly.
Note
Finalized test results cannot be modified by ResultDetails
. A test
result is finalized when it is no longer possible for any qualifications to modify
it.
Methods
Examples
Version History
Introduced in R2020a