Test
MethodTestCase is a test case for a method. It tests a method and profiles its method invocations.
MethodTestCase
new MethodTestCase()
public function MethodTestCase()
public function getMethod(Void):MethodInfo
Returns the profiled method.
the profiled method
public function run(Void):Void
Runs this performance test case.
run() in org.as2lib.test.speed.Test