org.as2lib.core.BasicClass +--org.as2lib.test.speed.AbstractTestResult +--org.as2lib.test.speed.AbstractTestSuiteResult +--org.as2lib.test.speed.SimpleTestSuiteResult
ConfigurableTestSuiteResult
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):String
Returns the name of this test result.
the name of this test result
public function getTime(Void):Number
Returns the total invocation time in milliseconds.
the total invocation time in milliseconds
public function toString():String
Returns 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