Class org.as2lib.test.speed.layout.PackageLayout

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

Implemented Interfaces

TestResultLayout

Description

PackageLayout lays test suite results out with packages as root elements of the structure.

Method Index

new PackageLayout()

layOut()

Inherited from BasicClass

toString()

Constructor Detail

PackageLayout

public function PackageLayout(Void)

Constructs a new PackageLayout instance.

Method Detail

layOut

public function layOut(testSuiteResult:TestSuiteResult):TestSuiteResult

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