Package: matlab.unittest.parameters
Base class for parameters
In parameterized testing, use parameters to pass data to test methods.
Instantiate a Parameter
using the static fromData
method.
fromData | Create parameters from data |
Value. To learn how value classes affect copy operations, see Copying Objects.