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