Main Content
getInputs
Class: sltest.testmanager.TestCase
Namespace: sltest.testmanager
Get test case inputs
Syntax
inputs = getInputs(tc)
inputs = getInputs(tc,simulationIndex)
Description
gets
the input sets in a test case and returns them as an array
of test input objects, inputs
= getInputs(tc
)sltest.testmanager.TestInput
.
gets
the input sets in a test case and returns them as an array
of test input objects, inputs
= getInputs(tc
,simulationIndex
)sltest.testmanager.TestInput
. If the test
case is an equivalence test case, then specify the simulation index.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015b