Package: matlab.unittest.diagnostics
Result of a diagnosed Diagnostic
instance
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.
matlab.unittest.diagnostics.Diagnostic
| matlab.unittest.diagnostics.LoggedDiagnosticEventData
| matlab.unittest.plugins.diagnosticrecord.LoggedDiagnosticRecord
| matlab.unittest.plugins.diagnosticrecord.QualificationDiagnosticRecord
| matlab.unittest.qualifications.QualificationEventData