Package: sltest.testmanager
Access result of a comparison test
You can access the results of a data comparison (such as a baseline or equivalence
test) with instances of
sltest.testmanager.ComparisonRunResult
.
getComparisonResult(t)
creates instances of
sltest.testmanager.ComparisonRunResult
, where
t
is a test results object.