matlab.unittest.Scope - Enumeration class for test scope - MATLAB (original) (raw)
The matlab.unittest.Scope
enumeration class represents the scope of test execution. For example, a DiagnosticRecord object has a property that represents the scope where an event originated as a matlab.unittest.Scope
enumeration object.
For more information about test scope, see Class-Based Unit Tests andWrite Plugins to Extend TestRunner.