Package: matlab.unittest.plugins
Plugin to show diagnostics on failure
The FailureDiagnosticsPlugin
creates a plugin
to show diagnostics upon encountering a test failure. Add it to the TestRunner
to
output test failure diagnostics to the Command Window. This plugin
is used by default when you construct a test runner using TestRunner.withTextOutput
.
matlab.unittest.plugins.FailureDiagnosticsPlugin
creates
a plugin to show diagnostics upon encountering a test failure.
matlab.unittest.plugins.FailureDiagnosticsPlugin(
redirects
all the text output to the output stream, stream
)stream
.
If you do not specify the output stream, the plugin uses the ToStandardOutput
stream.
|
Location where the plugin directs text output, specified as
an Default: |
Handle. To learn how handle classes affect copy operations, see Copying Objects.