Class: matlab.unittest.TestSuite
Package: matlab.unittest
Select test suite elements that satisfy conditions
creates a newsuite
= selectIf(suite
,Name,Value
)TestSuite
array
with additional options specified by one or more Name,Value
pair arguments.
|
Set of tests, specified as a |
|
Selector, specified as an instance of a class from the |
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
| Name of the folder that contains the file defining the tests, specified as a string array,
character vector, or cell array of character vectors. This argument filters
|
| Name of the suite element, specified as a string array, character vector, or cell array of
character vectors. This argument filters
|
|
Name of a test class property that defines a parameter used by the test suite element,
specified as a string array, character vector, or cell array of character vectors. This
argument filters |
|
Name of a parameter used by the test suite element, specified as a string array, character vector, or cell array of character vectors. MATLAB® generates parameter names based on the test class property that defines the parameters:
The |
|
Name of the test procedure, specified as a string array, character vector, or cell array of
character vectors. This argument filters
In a class-based test, the |
|
Name of the class that the test class derives from, specified as a string array,
character vector, or cell array of character vectors. This argument filters
|
|
Name of a test tag used by the test suite element, specified as a string array, character
vector, or cell array of character vectors. This argument filters
|