matlab.unittest.parameters.NullParameter Class
Namespace: matlab.unittest.parameters
Superclasses: matlab.unittest.parameters.Parameter
Description
The matlab.unittest.parameters.NullParameter class represents a parameter that corresponds to a
parameterization property containing no data values, such as when the property is assigned an
empty cell array or a scalar structure with no fields. When creating a test suite, the testing
framework automatically excludes all the tests associated with a NullParameter
object.
The testing framework instantiates this class. You are not required to create an object of
the matlab.unittest.parameters.NullParameter class directly.
Examples
Version History
Introduced in R2026a