Package: sltest.testmanager
Superclasses:
Access test case results data
An sltest.testmanager.TestCaseResult
enables you to access results from
executing test cases or test files.
returns tcr
= getTestCaseResults(ResultSet
)tcr
a test case result from a ResultSet
.
getBaselineRun | Get test case baseline dataset |
getComparisonResult | Get test data comparison result |
getComparisonRun | Get test case signal comparison results |
getCoverageResults | Get coverage results |
getCustomCriteriaPlots | Get plots from test case custom criteria |
getCustomCriteriaResult | Get custom criteria results from test case result |
getInputRuns | Get inputs from simulations captured with the test result |
getIterationResults | Get iteration results |
getOutputRuns | Get test case simulation output results |
getSimulationPlots | Get plots from test case callbacks |
getTestCase | Get test case that produced result |
getVerifyRuns | Get test case verify statement |