matlab.unittest.diagnostics.DiagnosticResult class
Package: matlab.unittest.diagnostics
Result of a diagnosed Diagnostic
instance
Description
A DiagnosticResult
object captures the result
of a diagnosed Diagnostic
instance.
It is safer to work with DiagnosticResult
instances
than to work directly with the Diagnostic
instances.
Only the test framework constructs this class directly. The
test framework assigns property values to the DiagnosticResult
instance
from the property values of objects of the QualificationEventData
, LoggedDiagnosticEventData
, QualificationDiagnosticRecord
,
and LoggedDiagnosticRecord
classes.
Properties
Version History
Introduced in R2017a