Access keys

AbstractTestResult

Kind of class: class
Inherits from: BasicClass
Known subclasses:
Author: Simon Wacker
Classpath: org.as2lib.test.speed.AbstractTestResult
File last modified: Tuesday, 24 May 2005, 18:41:50
AbstractTestResult provides implementations of methods needed by
implementations of the org.as2lib.test.unit.TestResult interface.

Summary

Instance methods
Instance methods inherited from BasicClass

Instance methods

getTimePercentage

function getTimePercentage (
totalTime:Number) : Number
Returns the invocation time as percentage in relation to the passed-in
totalTime.
Parameters:
totalTime:
the total time to calculate the percentage with
Returns:
the invocation time as percentage