org.aspectj.weaver.bcel
Class AroundWeaveTestCase

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.AroundWeaveTestCase
All Implemented Interfaces:
junit.framework.Test

public class AroundWeaveTestCase
extends WeaveTestCase


Field Summary
 
Fields inherited from class org.aspectj.weaver.bcel.WeaveTestCase
behave15, regenerate, runTests, world
 
Constructor Summary
AroundWeaveTestCase(java.lang.String name)
           
 
Method Summary
 void testAround()
           
 void testAroundAll()
           
 void testAroundAllAndOthers()
           
 void testAroundAndOthers()
           
 
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, setUp, tearDown, 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

AroundWeaveTestCase

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

testAround

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

testAroundAll

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

testAroundAndOthers

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

testAroundAllAndOthers

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