org.apache.commons.javaflow.bytecode.transformation.tests
Class AbstractNoReferenceTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.javaflow.bytecode.transformation.AbstractTransformerTestCase
              extended by org.apache.commons.javaflow.bytecode.transformation.tests.AbstractNoReferenceTestCase
All Implemented Interfaces:
junit.framework.Test

public abstract class AbstractNoReferenceTestCase
extends AbstractTransformerTestCase


Constructor Summary
AbstractNoReferenceTestCase()
           
 
Method Summary
 void testNoReference()
           
 
Methods inherited from class org.apache.commons.javaflow.bytecode.transformation.AbstractTransformerTestCase
getTestCaseClassName, getTestCaseName, runTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractNoReferenceTestCase

public AbstractNoReferenceTestCase()
Method Detail

testNoReference

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


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.