Access keys

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 like
structure.
The method invocations are ordered by their invocation succession and by
which-invocation-caused-which-other-invocation.

Summary

Constructor

MethodInvocationTreeLayout

function MethodInvocationTreeLayout (
Void)
Constructs a new MethodInvocationTreeLayout instance.

Instance methods

layOut

function layOut (
testSuiteResult:TestSuiteResult) : TestSuiteResult
Lays the passed-in testSuiteResult out as method invocation tree and
returns a new lay-outed test suite result.
Parameters:
testSuiteResult:
the test suite result to lay-out
Returns:
the lay-outed test suite result