Package: sltest.testmanager
Superclasses:
Access test suite results data
Instances of sltest.testmanager.TestSuiteResult
enable
you to access the results from test execution performed by the Test
Manager at a test-suite level.
The function sltest.testmanager.run
creates a
sltest.testmanager.ResultSet
object, which contains the test
suite result object. You can also create a test suite result directly if you use run
to execute tests in an individual test suite.
getCleanupPlots | Get plots from cleanup callbacks of test suite |
getCoverageResults | Get coverage results |
getSetupPlots | Plots from setup callbacks |
getTestCaseResults | Get test case results object |
getTestSuiteResults | Get test suite results object |