org.aspectj.weaver.tools
Class PointcutDesignatorHandlerTests

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

public class PointcutDesignatorHandlerTests
extends junit.framework.TestCase

Author:
Adrian Colyer

Constructor Summary
PointcutDesignatorHandlerTests()
           
 
Method Summary
 void testDynamicMatch()
           
 void testFastMatch()
           
 void testParseWithHandler()
           
 void testParseWithHandlerAndMultipleSegments()
           
 void testParseWithoutHandler()
           
 void testParsingBeanInReferencePointcut01()
           
 void testParsingBeanInReferencePointcut02()
           
 void testStaticMatch()
           
 
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

PointcutDesignatorHandlerTests

public PointcutDesignatorHandlerTests()
Method Detail

testParseWithoutHandler

public void testParseWithoutHandler()

testParseWithHandler

public void testParseWithHandler()

testParsingBeanInReferencePointcut01

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

testParsingBeanInReferencePointcut02

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

testParseWithHandlerAndMultipleSegments

public void testParseWithHandlerAndMultipleSegments()

testStaticMatch

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

testDynamicMatch

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

testFastMatch

public void testFastMatch()