org.aspectj.weaver.tools
Class PointcutExpressionTest

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

public class PointcutExpressionTest
extends junit.framework.TestCase


Constructor Summary
PointcutExpressionTest()
           
 
Method Summary
 void testArgsMatching()
           
 void testCouldMatchJoinPointsInType()
           
 void testGetPointcutExpression()
           
 void testMatchesAdviceExecution()
           
 void testMatchesConstructorCall()
           
 void testMatchesConstructorExecution()
           
 void testMatchesFieldGet()
           
 void testMatchesFieldSet()
           
 void testMatchesHandler()
           
 void testMatchesInitialization()
           
 void testMatchesMethodCall()
           
 void testMatchesMethodExecution()
           
 void testMatchesPreInitialization()
           
 void testMatchesStaticInitialization()
           
 void testMayNeedDynamicTest()
           
 
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

PointcutExpressionTest

public PointcutExpressionTest()
Method Detail

testMatchesMethodCall

public void testMatchesMethodCall()

testMatchesMethodExecution

public void testMatchesMethodExecution()

testMatchesConstructorCall

public void testMatchesConstructorCall()

testMatchesConstructorExecution

public void testMatchesConstructorExecution()

testMatchesAdviceExecution

public void testMatchesAdviceExecution()

testMatchesHandler

public void testMatchesHandler()

testMatchesInitialization

public void testMatchesInitialization()

testMatchesPreInitialization

public void testMatchesPreInitialization()

testMatchesStaticInitialization

public void testMatchesStaticInitialization()

testMatchesFieldSet

public void testMatchesFieldSet()

testMatchesFieldGet

public void testMatchesFieldGet()

testArgsMatching

public void testArgsMatching()

testGetPointcutExpression

public void testGetPointcutExpression()

testCouldMatchJoinPointsInType

public void testCouldMatchJoinPointsInType()

testMayNeedDynamicTest

public void testMayNeedDynamicTest()