matlab.automation.diagnostics.DiagnosticResult Class
Namespace: matlab.automation.diagnostics
Result of diagnosed Diagnostic object
Renamed from matlab.unittest.diagnostics.DiagnosticResult in R2023a
Description
A matlab.automation.diagnostics.DiagnosticResult object contains the result of a diagnosed matlab.automation.diagnostics.Diagnostic object. Use
DiagnosticResult objects to access diagnostic results instead of interacting
directly with Diagnostic objects.
Only an automation framework, such as the unit testing framework, creates objects of this
class. The testing framework assigns property values to a DiagnosticResult
object from the property values of objects of the QualificationEventData, LoggedDiagnosticEventData, QualificationDiagnosticRecord, and LoggedDiagnosticRecord classes.