matlab.unittest.parameters.ClassSetupParameter class

Package: matlab.unittest.parameters

Specification of Class Setup Parameter

Description

The matlab.unittest.parameters.ClassSetupParameter class holds information about a single value of a Class Setup Parameter.

Properties

Property

Character vector indicating the name of the property that defines the Class Setup Parameter.

Name

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

Value

Value of the Class Setup 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?