MethodInvocationTreeLayout
| Kind of class: | class |
|---|---|
| Inherits from: | BasicClass |
| Implements: | |
| Author: | Simon Wacker |
| Classpath: | org.as2lib.test.speed.layout.MethodInvocationTreeLayout |
| File last modified: | Sunday, 29 May 2005, 09:20:28 |
MethodInvocationTreeLayout lays test suite results out in a tree likestructure.
which-invocation-caused-which-other-invocation.
Summary
Constructor
Constructor
MethodInvocationTreeLayout
function MethodInvocationTreeLayout (
Void)
Constructs a new
MethodInvocationTreeLayout instance.Instance methods
layOut
function layOut (
testSuiteResult:TestSuiteResult) : TestSuiteResult
Lays the passed-in
returns a new lay-outed test suite result.
testSuiteResult out as method invocation tree andreturns a new lay-outed test suite result.
Parameters:
testSuiteResult:
the test suite result to lay-out
Returns:
the lay-outed test suite result