Package: matlab.unittest.parameters
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.
|
Character vector indicating the name of the property that defines the Empty Parameter. |
|
Character vector indicating the name that uniquely identifies a particular value for a Empty Parameter. |
|
Value of the Empty Parameter. The |
Value. To learn how value classes affect copy operations, see Copying Objects.