matlab.unittest.selectors.HasSuperclass class
Package: matlab.unittest.selectors
Selector for TestSuite
elements determined by test class hierarchy
Construction
matlab.unittest.selectors.HasSuperclass(
creates a selector that filters n
)TestSuite
array elements by retaining only those elements whose test class derives from n
.
Input Arguments
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.
Examples
Version History
Introduced in R2018a
See Also
selectIf
| fromClass
| fromFile
| fromFolder
| fromMethod
| fromPackage
| matlab.unittest.selectors