org.as2lib.core.BasicInterface
+--org.as2lib.test.speed.TestResult
+--org.as2lib.test.speed.TestSuiteResult
+--org.as2lib.test.speed.ConfigurableTestSuiteResult
ConfigurableTestSuiteResult declares methods needed to configure test
suites.
getAllMethodInvocations(), getAverageTime(), getMethodInvocationCount(), getMethodInvocationPercentage(), getTestResultCount(), getTestResults(), hasMethodInvocations(), hasTestResults(), sort()
getName(), getTime(), getTimePercentage()
public function addTestResult(testResult:TestResult):VoidAdds a new test result.
testResult | the new test result to add |