ConfigurableTestSuiteResult
SimpleTestSuiteResult holds the results of all tests contained by a test suite.
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