Class org.as2lib.test.speed.layout.MethodInvocationTreeLayout

org.as2lib.core.BasicClass
   +--org.as2lib.test.speed.layout.MethodInvocationTreeLayout

Implemented Interfaces

TestResultLayout

Description

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.

Method Index

new MethodInvocationTreeLayout()

layOut()

Inherited from BasicClass

toString()

Constructor Detail

MethodInvocationTreeLayout

public function MethodInvocationTreeLayout(Void)

Constructs a new MethodInvocationTreeLayout instance.

Method Detail

layOut

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.

Parameters

testSuiteResultthe test suite result to lay-out

Return

the lay-outed test suite result

Specified By

layOut() in org.as2lib.test.speed.TestResultLayout