org.sourceforge.jemm.weaver.transformation
Class InterfaceTransformationTest

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

public class InterfaceTransformationTest
extends DefaultTestCase

JUnit tests for InterfaceTransformation

Author:
Paul Keeble

Constructor Summary
InterfaceTransformationTest()
           
 
Method Summary
 void transform()
          Run the InterfaceTransformation on a test class and ensure the trnasformation is successful.
 
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

InterfaceTransformationTest

public InterfaceTransformationTest()
Method Detail

transform

public void transform()
               throws javassist.NotFoundException
Run the InterfaceTransformation on a test class and ensure the trnasformation is successful.

Throws:
javassist.NotFoundException - On error.


Copyright © 2009. All Rights Reserved.