Main Content
matlab.unittest.parameters.EmptyParameter Class
Namespace: matlab.unittest.parameters
Superclasses: matlab.unittest.parameters.Parameter
Empty parameter
Description
The matlab.unittest.parameters.EmptyParameter
class defines a parameter
that contains no parameterization information. You do not need to interact with this parameter
directly. This class provides an empty parameter to the Parameterization
property of a nonparameterized Test
element.
The testing framework instantiates this class. You should not create an object of the
matlab.unittest.parameters.EmptyParameter
class directly.
Version History
Introduced in R2014a