org.as2lib.core.BasicClass +--org.as2lib.test.speed.layout.PackageLayout
TestResultLayout
PackageLayout
lays test suite results out with packages as root elements of
the structure.
public function layOut(testSuiteResult:TestSuiteResult):TestSuiteResult
Lays the passed-in testSuiteResult
out with packages as root elements of
the structure and returns the new lay-outed test suite result.
testSuiteResult | the test suite result to lay-out |
the lay-outed test suite result