Package: matlab.unittest.parameters
Superclasses: matlab.unittest.parameters.Parameter
Empty parameter implementation
The matlab.unittest.parameters.EmptyParameter
class is a
Parameter
implementation that provides no parameter information.
There is no need for test authors to interact with this Parameter
directly. This class provides an empty parameter instance to the
Parameterization
property of a nonparameterized test
element.
Value. To learn how value classes affect copy operations, see Copying Objects.