Access keys

PackageLayout

Kind of class: class
Inherits from: BasicClass
Implements:
Author: Simon Wacker
Classpath: org.as2lib.test.speed.layout.PackageLayout
File last modified: Sunday, 29 May 2005, 09:20:28
PackageLayout lays test suite results out with packages as root elements of
the structure.

Summary

Constructor
Instance methods
Instance methods inherited from BasicClass

Constructor

PackageLayout

function PackageLayout (
Void)
Constructs a new PackageLayout instance.

Instance methods

layOut

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:
testSuiteResult:
the test suite result to lay-out
Returns:
the lay-outed test suite result
To do:
support multiple package layers, not just the one of the declaring type