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