matlab.unittest.parameters.MethodSetupParameter - Method-setup parameter - MATLAB (original) (raw)
Main Content
Namespace: matlab.unittest.parameters
Superclasses: matlab.unittest.parameters.Parameter
Description
The matlab.unittest.parameters.MethodSetupParameter
class defines a parameter used for method setup.
The testing framework instantiates this class. You cannot create an object of thematlab.unittest.parameters.MethodSetupParameter
class directly.
Properties
Name of the property that defines the method-setup parameter, returned as a character vector.
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Method-setup parameter name, returned as a character vector. TheName
property uniquely identifies a particular value for a method-setup parameter.
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Method-setup parameter value, returned as a value of any data type. TheValue
property holds the data that the test runner passes to the parameterized method that uses the method-setup parameter.
Attributes:
GetAccess | public |
---|---|
SetAccess | private |
Version History
Introduced in R2014a