org.aspectj.weaver.tools
Class PointcutParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.aspectj.weaver.tools.PointcutParserTest
All Implemented Interfaces:
junit.framework.Test

public class PointcutParserTest
extends junit.framework.TestCase

Test cases for the PointcutParser class


Constructor Summary
PointcutParserTest()
           
 
Method Summary
 void testEmptyConstructor()
           
 void testFormals()
           
 void testGetAllSupportedPointcutPrimitives()
           
 void testOperatorPrecedence_319190()
           
 void testParseCflowPCDs()
           
 void testParseExceptionErrorMessages()
           
 void testParseIfPCD()
           
 void testParsePointcutExpression()
           
 void testParseReferencePCDs()
           
 void testParseUnsupportedPCDs()
           
 void testSetConstructor()
           
 void testXLintConfiguration()
           
 
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

PointcutParserTest

public PointcutParserTest()
Method Detail

testGetAllSupportedPointcutPrimitives

public void testGetAllSupportedPointcutPrimitives()

testEmptyConstructor

public void testEmptyConstructor()

testSetConstructor

public void testSetConstructor()

testParsePointcutExpression

public void testParsePointcutExpression()

testParseExceptionErrorMessages

public void testParseExceptionErrorMessages()

testOperatorPrecedence_319190

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

testParseIfPCD

public void testParseIfPCD()

testParseCflowPCDs

public void testParseCflowPCDs()

testParseReferencePCDs

public void testParseReferencePCDs()

testParseUnsupportedPCDs

public void testParseUnsupportedPCDs()

testFormals

public void testFormals()

testXLintConfiguration

public void testXLintConfiguration()