matlab.unittest.Scope Class
Namespace: matlab.unittest
Enumeration class for test scope
Description
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 and Write Plugins to Extend TestRunner.
Enumeration Members
Enumeration Member Name | Description |
---|---|
TestMethod | Scope of |
TestClass | Scope of |
SharedTestFixture | Scope of shared-test-fixture |
Examples
Version History
Introduced in R2017a