Class org.as2lib.test.speed.layout.MethodLayout

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

Implemented Interfaces

TestResultLayout

Description

MethodLayout lays test results out with methods as root elements of the structure.

Method Index

new MethodLayout()

layOut()

Inherited from BasicClass

toString()

Constructor Detail

MethodLayout

public function MethodLayout(Void)

Constructs a new MethodLayout instance.

Method Detail

layOut

public function layOut(testSuiteResult:TestSuiteResult):TestSuiteResult

Lays the passed-in testSuiteResult out with methods as root elements of the structure 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