test.performance.dynamic
Class InvocationTEST

java.lang.Object
  extended byTestCase
      extended bytest.performance.dynamic.InvocationTEST

public class InvocationTEST
extends TestCase

See Also:
Serialized Form

Constructor Summary
InvocationTEST(java.lang.String s)
           
 
Method Summary
 void testCounterInvocation()
           
 void testMixedArgsInvocation()
           
 void testVoidInvocation()
           
 void testVoidInvocationWithDefaultDomain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationTEST

public InvocationTEST(java.lang.String s)
Method Detail

testVoidInvocationWithDefaultDomain

public void testVoidInvocationWithDefaultDomain()

testVoidInvocation

public void testVoidInvocation()

testCounterInvocation

public void testCounterInvocation()

testMixedArgsInvocation

public void testMixedArgsInvocation()