org.as2lib.core.BasicClass +--org.as2lib.test.speed.layout.MethodLayout
TestResultLayout
MethodLayout
lays test results out with methods as root elements of the
structure.
public function layOut(testSuiteResult:TestSuiteResult):TestSuiteResult
Lays the passed-in testSuiteResult
out with methods 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