TestResult holds the result of a test's execution.
TestResult
public function getName(Void):String
Returns the name of the test.
the test's name
public function getTime(Void):Number
Returns the total invocation time in milliseconds.
the total invocation time in milliseconds
public function getTimePercentage(totalTime:Number):Number
Returns the invocation time as percentage in relation to the passed-in totalTime.
totalTime
the invocation time as percentage