MethodInvocationTestSuiteResult holds multiple sub-test results and is based
on a method invocation.
public function MethodInvocationTestSuiteResult(methodInvocation:MethodInvocation)
Constructs a new MethodInvocationTestSuiteResult instance.
methodInvocation | the method invocation to wrap |
public function getMethodInvocation(Void):MethodInvocationReturns the held method invocation.
the held method invocation
getMethodInvocation() in org.as2lib.test.speed.MethodInvocationHolder
public function getName(Void):StringReturns the name of this test result. This is the name of the wrapped method invocation.
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 result. This includes the string representation of all sub-tests.
the string representation of this test result
toString() in org.as2lib.core.BasicInterface