org.aspectj.weaver.bcel
Class TjpWeaveTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.aspectj.weaver.bcel.WeaveTestCase
              extended by org.aspectj.weaver.bcel.TjpWeaveTestCase
All Implemented Interfaces:
junit.framework.Test

public class TjpWeaveTestCase
extends WeaveTestCase


Field Summary
 
Fields inherited from class org.aspectj.weaver.bcel.WeaveTestCase
behave15, regenerate, runTests, world
 
Constructor Summary
TjpWeaveTestCase(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testAround2Tjp()
           
 void testAroundTjp()
           
 void testEnclosingStaticTjp()
           
 void testStaticTjp()
           
 void testTjp()
           
 
Methods inherited from class org.aspectj.weaver.bcel.WeaveTestCase
checkClass, checkShadowSet, getAdviceTag, getStandardTargets, getTraceJar, makeAdviceAll, makeAdviceAll, makeAdviceField, makeClassPath, makeConcreteAdvice, makeConcreteAdvice, makeConcretePointcut, makePointcutAll, makePointcutNoZeroArg, makePointcutPrintln, makeResolvedPointcut, makeUnwovenClassFile, weaveTest, weaveTest
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TjpWeaveTestCase

public TjpWeaveTestCase(java.lang.String name)
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class WeaveTestCase
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Overrides:
tearDown in class WeaveTestCase
Throws:
java.lang.Exception

testStaticTjp

public void testStaticTjp()
                   throws java.io.IOException
Throws:
java.io.IOException

testEnclosingStaticTjp

public void testEnclosingStaticTjp()
                            throws java.io.IOException
Throws:
java.io.IOException

testTjp

public void testTjp()
             throws java.io.IOException
Throws:
java.io.IOException

testAroundTjp

public void testAroundTjp()
                   throws java.io.IOException
Throws:
java.io.IOException

testAround2Tjp

public void testAround2Tjp()
                    throws java.io.IOException
Throws:
java.io.IOException