matlab.unittest.parameters.MethodSetupParameter class

Package: matlab.unittest.parameters

Specification of Method Setup Parameter

Description

The matlab.unittest.parameters.MethodSetupParameter class holds information about a single value of a Method Setup Parameter.

Properties

Property

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

Name

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

Value

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