Package: matlab.unittest.plugins.diagnosticrecord
Diagnostic information
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.
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 |
matlab.unittest.plugins.diagnosticrecord
| matlab.unittest.plugins.DiagnosticsRecordingPlugin