Class org.as2lib.test.speed.MethodTestCase

org.as2lib.core.BasicClass
   +--org.as2lib.test.speed.AbstractTest
      +--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

CLASS, METHOD, METHOD_INVOCATION, METHOD_INVOCATION_TREE, NONE, PACKAGE

Method Index

new MethodTestCase()

getMethod(), run()

Inherited from AbstractTest

getResult()

Inherited from BasicClass

toString()

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