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