org.as2lib.core.BasicClass
+--org.as2lib.test.speed.AbstractTestResult
+--org.as2lib.test.speed.AbstractTestSuiteResult
+--org.as2lib.test.speed.SimpleTestSuiteResultConfigurableTestSuiteResult
SimpleTestSuiteResult holds the results of all tests contained by a test suite.
AVERAGE_TIME, METHOD_INVOCATION_COUNT, METHOD_INVOCATION_PERCENTAGE, METHOD_INVOCATION_SUCCESSION, NAME, TIME, TIME_PERCENTAGE
addTestResult(), getAllMethodInvocations(), getAverageTime(), getMethodInvocationCount(), getMethodInvocationPercentage(), getTestResultCount(), getTestResults(), hasMethodInvocations(), hasTestResults(), sort()
public function getName(Void):StringReturns the name of this test result.
the name of this test result
public function getTime(Void):NumberReturns the total invocation time in milliseconds.
the total invocation time in milliseconds
public function toString():StringReturns the string representation of this test suite result. This includes the string representation of all added test results.
the string representation of this test suite result
toString() in org.as2lib.core.BasicInterface