Main Content

matlab.unittest.parameters.ClassSetupParameter Class

Namespace: matlab.unittest.parameters
Superclasses: matlab.unittest.parameters.Parameter

Class-setup parameter

Description

The matlab.unittest.parameters.ClassSetupParameter class defines a parameter used for class setup.

The testing framework instantiates this class. You cannot create an object of the matlab.unittest.parameters.ClassSetupParameter class directly.

Properties

expand all

Name of the property that defines the class-setup parameter, returned as a character vector.

Attributes:

GetAccess
public
SetAccess
private

Class-setup parameter name, returned as a character vector. The Name property uniquely identifies a particular value for a class-setup parameter.

Attributes:

GetAccess
public
SetAccess
private

Class-setup parameter value, returned as a value of any data type. The Value property holds the data that the test runner passes to the parameterized method that uses the class-setup parameter.

Attributes:

GetAccess
public
SetAccess
private

Version History

Introduced in R2014a