Class: sltest.testmanager.TestCaseResult
Package: sltest.testmanager
Get coverage results
covResult = getCoverageResults(result)
covResult = getCoverageResults(result,model)
gets
the coverage results that belong to the test case results object.covResult
= getCoverageResults(result
)
gets
the coverage results that belong to the test case results object
and the specified model.covResult
= getCoverageResults(result
,model
)