org.as2lib.core.BasicInterface +--org.as2lib.test.unit.TestResult
Basic Interface for all Results produced by the run a Test. The seperation between Test and this Interface is to control Tests. Its a contains a extended API that a Test should not include. (For useability reasons)
public function getPercentage(Void):Number
Getter for the percentage of the current running Test
Percent of the executed Test.
public function getName(Void):String
Getter for the name of the test.
Name of the Test.
public function getOperationTime(Void):Number
Getter for the opertation time of the test.
Operationtime of the Test.
public function getTestResults(Void):TypedArray
Getter for all testresults.
All testresults.
public function getTestCaseResults(Void):TypedArray
Getter for all TestCaseResults. Testcases get handled different (because they are a Leaf).