org.aspectj.weaver.patterns.bcel
Class BcelParserTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.aspectj.weaver.patterns.PatternsTestCase
              extended by org.aspectj.weaver.patterns.ParserTestCase
                  extended by org.aspectj.weaver.patterns.bcel.BcelParserTestCase
All Implemented Interfaces:
junit.framework.Test

public class BcelParserTestCase
extends org.aspectj.weaver.patterns.ParserTestCase


Constructor Summary
BcelParserTestCase()
           
 
Method Summary
 World getWorld()
           
 
Methods inherited from class org.aspectj.weaver.patterns.ParserTestCase
makeSimpleScope, testAtAnnotation, testAtAnnotationWithBinding, testAtArgs, testAtTarget, testAtThis, testAtWithin, testAtWithinCode, testBadAtAnnotation, testBooleanAnnotationVal, testByteAnnotationVal, testCallWithTypeVariables, testCharAnnotationVal, testClassAnnotationVal, testDoubleAnnotationVal, testDoubleAtAnnotation, testEnumAnnotationVal, testExecutionWithTypeVariables, testGetWithTypeVariables, testInitializationWithTypeVariables, testIntAnnotationVal, testLongAnnotationVal, testNamePatterns, testNestedParameterizedTypePatterns, testNoTypeVarsForArgs, testNoTypeVarsForAtAnnotation, testNoTypeVarsForAtArgs, testNoTypeVarsForAtTarget, testNoTypeVarsForAtThis, testNoTypeVarsForAtWithin, testNoTypeVarsForAtWithinCode, testNoTypeVarsForCflow, testNoTypeVarsForCflowbelow, testNoTypeVarsForHandler, testNoTypeVarsForIf, testNoTypeVarsForTarget, testNoTypeVarsForThis, testParameterizedTypePatternsAny, testParameterizedTypePatternsSimple, testParse, testParseAllowedSuperInTypeVariable, testParseAnythingExtendsTypeVariable, testParseAnythingSuperTypeVariable, testParseAnythingTypeVariable, testParseBadGetWithAnnotations, testParseCallPCDWithIllegalBounds, testParseCallPCDWithTypeVariables, testParseCallWithMultipleAnnotations, testParseDeclareParentsWithTypeParameterList, testParseExecutionWithMultipleAnnotations, testParseExtendingTypeVariable, testParseExtendingTypeVariableWithInterface, testParseExtendingTypeVariableWithInterfaceList, testParseExtendingTypeVariableWithPattern, testParseGetWithAndAggregationAnnotations, testParseGetWithAnnotations, testParseHandlerWithAnnotations, testParseInitializationWithAnnotations, testParsePreInitializationWithAnnotations, testParseSetWithAnnotations, testParseSimpleTypeVariable, testParseTypeParameterList, testParseTypeParameterListWithSeveralTypeParameters, testPreInitializationWithTypeVariables, testSetWithTypeVariables, testShortAnnotationVal, testSimpleTypeVariableList, testSimpleTypeVariableListError, testStaticInitializationWithAnnotations, testStaticInitializationWithTypeVariables, testStringAnnotationVal, testTypeParamList, testWithinCodeWithAnnotations, testWithinCodeWithTypeVariables, testWithinWithAnnotations, testWithinWithTypeVariables
 
Methods inherited from class org.aspectj.weaver.patterns.PatternsTestCase
getClassLoaderForFile, setUp
 
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

BcelParserTestCase

public BcelParserTestCase()
Method Detail

getWorld

public World getWorld()
Overrides:
getWorld in class org.aspectj.weaver.patterns.ParserTestCase