Main Content
matlabtest.selectors.HasBaseline Class
Namespace: matlabtest.selectors
Description
The matlabtest.selectors.HasBaseline
class provides a selector for filtering a test suite based
on baseline-specific parameterization. Use the selector to create either a test suite that
contains only baseline tests or a test suite that does not contain baseline tests. For more
information about baseline tests, see Create Baseline Tests for MATLAB Code.
Creation
Description
selector = matlabtest.selectors.HasBaseline
creates a selector
that selects TestSuite
array elements that include one
or more baseline parameters. For more information about baseline parameters, see matlabtest.parameters.BaselineParameter
.
Examples
Version History
Introduced in R2024b