org.sourceforge.jemm.weaver.transformation
Class SynchronizedBlockTransformationTest

java.lang.Object
  extended by org.sourceforge.jemm.weaver.DefaultTestCase
      extended by org.sourceforge.jemm.weaver.transformation.SynchronizedBlockTransformationTest

public class SynchronizedBlockTransformationTest
extends DefaultTestCase


Constructor Summary
SynchronizedBlockTransformationTest()
           
 
Method Summary
 void doMethod(java.lang.String methodName, boolean failOnException, java.lang.Class<?> receivedType)
           
 void doMethodNested(java.lang.String methodName, boolean failOnException)
           
 void nestedException()
           
 void nestedNormal()
           
 void onLock()
           
 void onThisException()
           
 void onThisNormal()
           
 void setUp()
           
 void tearDown()
           
 void transform()
           
 
Methods inherited from class org.sourceforge.jemm.weaver.DefaultTestCase
checkedExceptionThrowingConstructorClass, childDummyClass, cleanupClassPool, containedDummyClass, emptyClass, exceptionThrowingConstructorClass, hackClassPath, initialiseClass, initialiseSession, loadClass, methodClass, methodJEMMObjectAccess, referenceArrayClass, referenceClass, synchronizedBlockDummyClass, unconvertedContainedDummyClass, unloadClass, unsupportedDummyClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedBlockTransformationTest

public SynchronizedBlockTransformationTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

transform

public void transform()
               throws java.lang.Exception
Throws:
java.lang.Exception

doMethod

public void doMethod(java.lang.String methodName,
                     boolean failOnException,
                     java.lang.Class<?> receivedType)
              throws java.lang.Exception
Throws:
java.lang.Exception

doMethodNested

public void doMethodNested(java.lang.String methodName,
                           boolean failOnException)
                    throws java.lang.Exception
Throws:
java.lang.Exception

onThisNormal

public void onThisNormal()
                  throws java.lang.Exception
Throws:
java.lang.Exception

onThisException

public void onThisException()
                     throws java.lang.Exception
Throws:
java.lang.Exception

onLock

public void onLock()
            throws java.lang.Exception
Throws:
java.lang.Exception

nestedNormal

public void nestedNormal()
                  throws java.lang.Exception
Throws:
java.lang.Exception

nestedException

public void nestedException()
                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.