matlab.unittest.parameters.Parameter Class
Namespace: matlab.unittest.parameters
Base class for parameters
Description
The matlab.unittest.parameters.Parameter
class is the base class for parameters used in
parameterized testing. A Parameter
object contains parameterization
information, including the parameter name and value, for a parameterized test. For more
information about test parameterization, see Use Parameters in Class-Based Tests.
Creation
To create a Parameter
object, use the matlab.unittest.parameters.Parameter.fromData
method.
Properties
Methods
Examples
Version History
Introduced in R2018b