matlab.unittest.parameters.TestParameter class

Package: matlab.unittest.parameters

Specification of Test Parameter

Description

The matlab.unittest.parameters.TestParameter class holds information about a single value of a Test Parameter.

Properties

Property

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

Name

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

Value

Value of the Test 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 in the MATLAB® documentation.

Introduced in R2014a

Was this topic helpful?