Package: sltest.testmanager
Superclasses:
Access test iteration result data
Instances of sltest.testmanager.TestIterationResult
enable
you to access the results from test execution performed by the Test
Manager at a test-iteration level. The hierarchy of test results is
Result Set > Test File Result > Test Suite Result > Test
Case Result > Test Iteration Result.
The function sltest.testmanager.run
creates
a sltest.testmanager.ResultSet
object, which contains
the test case result object.
getBaselineRun | Get test iteration baseline dataset |
getComparisonResult | Get test data comparison result |
getComparisonRun | Get test iteration signal comparison results |
getCoverageResults | Get coverage results |
getCustomCriteriaPlots | Get plots from custom criteria |
getCustomCriteriaResult | Get custom criteria results from test iteration |
getInputRuns | Get inputs from simulations captured with the test result |
getOutputRuns | Get test iteration simulation output results |
getSimulationPlots | Get plots from callbacks |
getTestIteration | Get test iteration that produced result |
getVerifyRuns | Get test iteration verify statement |