Package: sltest.testmanager
Superclasses:
Create or modify test case
Instances of sltest.testmanager.TestCase
are
test case objects.
If you want to modify the test case settings that define how the test case executes, use the
methods setProperty
and getProperty
.
For MATLAB®-based Simulink® tests, test methods defined in the class file correspond to test cases. See Test Models Using MATLAB-Based Simulink Tests for more information.
creates
a obj
= sltest.testmanager.TestCase(parent
,type
,name
)sltest.testmanager.TestCase
object as a child
of the specified parent. You can specify the name of the test case
and the test case type: baseline, equivalence, or simulation.
addBaselineCriteria | Add baseline criteria to test case |
addInput | Add input file to test case |
addIteration | Add test iteration to test case |
addLoggedSignalSet | Add logged signal set to a test case |
addParameterSet | Add parameter set |
captureBaselineCriteria | Capture baseline criteria and add to test case |
captureEquivalenceCriteria | Capture equivalence criteria and add to test case |
convertTestType | Convert test from one type to another |
copySimulationSettings | Copy simulation setting in equivalence test case |
createInputDataFile | Create file as basis for test case input signal data |
deleteIterations | Delete test iterations that belong to test case |
getBaselineCriteria | Get baseline criteria |
getCoverageSettings | Get coverage settings |
getCustomCriteria | Get custom criteria that belong to test case |
getEquivalenceCriteria | Get equivalence criteria from test case |
getInputs | Get test case inputs |
getIterations | Get test iterations that belong to test case |
getLoggedSignalSets | Get logged signal set from a test case |
getOptions | Get test file options |
getParameterSets | Get test case parameter sets |
getProperty | Get test case property |
getTestCaseResults | Get test case results history |
remove | Remove test case |
run | Run test case |
setProperty | Set test case property |