Class org.as2lib.test.speed.MethodTestCase

Implemented Interfaces

Test

Description

MethodTestCase is a test case for a method. It tests a method and profiles its method invocations.

Field Index

Inherited from AbstractTest

Method Index

new MethodTestCase()
getMethod(), run()

Inherited from AbstractTest

Inherited from BasicClass

Constructor Detail

MethodTestCase

public function MethodTestCase()

Method Detail

getMethod

public function getMethod(Void):MethodInfo

Returns the profiled method.

Return

the profiled method

run

public function run(Void):Void

Runs this performance test case.

Specified By

run() in org.as2lib.test.speed.Test