Class org.as2lib.test.speed.layout.ClassLayout

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

Implemented Interfaces

TestResultLayout

Description

ClassLayout lays test suite results out with classes as root elements of the structure.

Method Index

new ClassLayout()

layOut()

Inherited from BasicClass

toString()

Constructor Detail

ClassLayout

public function ClassLayout(Void)

Constructs a new ClassLayout instance.

Method Detail

layOut

public function layOut(testSuiteResult:TestSuiteResult):TestSuiteResult

Lays the passed-in testSuiteResult out with classes 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