Class org.as2lib.test.speed.layout.MethodInvocationLayout

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

Implemented Interfaces

TestResultLayout

Description

MethodInvocationLayout lays test results out with method invocations as root elements of the structure.

Method Index

new MethodInvocationLayout()

layOut()

Inherited from BasicClass

toString()

Constructor Detail

MethodInvocationLayout

public function MethodInvocationLayout(Void)

Constructs a new MethodInvocationLayout instance.

Method Detail

layOut

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.

Parameters

testSuiteResultthe test suite result to lay-out

Return

the lay-outed test suite result

Specified By

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