Package: matlab.unittest
Verbosity level enumeration class
The matlab.unittest.Verbosity
enumeration class
provides a means to specify the level of detail related to running
tests. A higher value results in a higher level of detail. The enumeration
class contains the following members.
Numeric Representation | Enumeration Member Name | Verbosity Description |
---|---|---|
0 | None | No information |
1 | Terse | Minimal information |
2 | Concise | Moderate amount of information |
3 | Detailed | Some supplemental information |
4 | Verbose | Lots of supplemental information |
matlab.unittest.Verbosity.
creates
an instance of the verbosity level enumeration class.MemberName
log
(TestCase)
| matlab.unittest.plugins.LoggingPlugin
| matlab.unittest.plugins.TestRunProgressPlugin
| matlab.unittest.TestRunner.withTextOutput