Main Content
matlab.unittest.Scope Class
Namespace: matlab.unittest
Test scope enumeration class
Description
The matlab.unittest.Scope
enumeration class provides
a means to specify the scope of test execution. The enumeration class
contains the following members.
Numeric Representation | Enumeration Member Name | Scope Description |
---|---|---|
1 | TestMethod |
|
2 | TestClass |
|
3 | SharedTestFixture | shared test fixture |
Construction
matlab.unittest.Scope.
creates
an instance of the test scope enumeration class.MemberName
Examples
Version History
Introduced in R2017a