Package: matlab.unittest.plugins
Plugin to report diagnostic messages
The LoggingPlugin
creates a plugin to report
diagnostic messages that are created by the log
method
of a TestCase
or Fixture
.
Instantiate a LoggingPlugin
using one of its
static methods.
Use the withVerbosity
static method to configure
a plugin to respond to messages of a particular verbosity. Also, the withVerbosity
method
accepts a number of name/value pairs to configure the format for reporting
logged messages.
withVerbosity | Construct LoggingPlugin for messages of specified verbosity |
Handle. To learn how handle classes affect copy operations, see Copying Objects.