matlab.unittest.Verbosity class
Package: matlab.unittest
Verbosity level enumeration class
Description
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 |
Construction
matlab.unittest.Verbosity.
creates
an instance of the verbosity level enumeration class.MemberName
Examples
Version History
Introduced in R2014b