Main Content
matlab.unittest.plugins.diagnosticrecord.DiagnosticRecord Class
Namespace: matlab.unittest.plugins.diagnosticrecord
Diagnostic information
Description
The DiagnosticRecord
class defines the diagnostic
information that the DiagnosticsRecordingPlugin
includes
on the TestResult
. The DiagnosticsRecordingPlugin
creates
this class, so there is no need for test authors to construct the
class directly.
Properties
Methods
selectFailed | Return diagnostic records for failed events |
selectIncomplete | Return diagnostic records for incomplete events |
selectLogged | Return diagnostic records for logged events |
selectPassed | Return diagnostic records for passed events |
Version History
Introduced in R2016a