matlab.unittest.parameters.EmptyParameter class

Package: matlab.unittest.parameters

Empty parameter implementation

Description

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.

Properties

Property

Character vector indicating the name of the property that defines the Empty Parameter.

Name

Character vector indicating the name that uniquely identifies a particular value for a Empty Parameter.

Value

Value of the Empty Parameter. The Value property holds the data that the Test Runner uses for parameterized testing.

Copy Semantics

Value. To learn how value classes affect copy operations, see Copying Objects.

Introduced in R2014a

Was this topic helpful?