Package: matlab.unittest.diagnostics
Superclasses: matlab.unittest.diagnostics.Diagnostic
Diagnostic using a value's displayed output
The DisplayDiagnostic
class provides a diagnostic
result that uses a value’s displayed output. This output is
the same text displayed using the display
function.
When the diagnostic information is accessible through a variable in
the current workspace, the DisplayDiagnostic
class
is a means to provide quick diagnostic information.
DisplayDiagnostic(
creates
a new diagValue
)DisplayDiagnostic
instance.
|
The value that the The resulting diagnostic information is equivalent to displaying this value at the MATLAB® command prompt. The result is packaged for consumption by the testing framework, which may or may not display the information at the command prompt. |
|
The value that the |
|
The |
Handle. To learn how handle classes affect copy operations, see Copying Objects.