org.as2lib.core.BasicClass +--org.as2lib.test.speed.layout.MethodInvocationTreeLayout
TestResultLayout
MethodInvocationTreeLayout
lays test suite results out in a tree like
structure. The method invocations are ordered by their invocation succession and by
which-invocation-caused-which-other-invocation.
public function layOut(testSuiteResult:TestSuiteResult):TestSuiteResult
Lays the passed-in testSuiteResult
out as method invocation tree and
returns a new lay-outed test suite result.
testSuiteResult | the test suite result to lay-out |
the lay-outed test suite result