net.walend.cricketcage.test
aspect GeneratesCallsInTest

java.lang.Object
  |
  +--net.walend.cricketcage.GeneratesCalls
        |
        +--net.walend.cricketcage.test.GeneratesCallsInTest

public aspect GeneratesCallsInTest
extends GeneratesCalls
issingleton()
dominates GeneratesCalls

A class to capture entries and exits to the cage.

Author:
David Walend david@walend.net

Pointcut Summary
  outside()
           
 
Advice Summary
after()
           
after()
           
after()
           
after()
           
after()
           
after()
           
 
Fields inherited from class net.walend.cricketcage.GeneratesCalls
counter, instancesToClasses, instancesToVariables
 
Method Summary
static GeneratesCallsInTest aspectOf()
           
static boolean hasAspect()
           
 
Methods inherited from class net.walend.cricketcage.GeneratesCalls
addThrowables, argToString, argsToString, containsNameForVariable, createConstructorCall, createConstructorCallWithThrowable, createGet, createLHS, createLHSComment, createMethodCall, createMethodCallWithThrowable, createSet, createVariableName, endTryCatch, getShortClassName, getVariableClass, getVariableName, isStatic, putVariable, startTryCatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Pointcut Detail

outside

public outside()
Advice Detail

after #1

after() returning  (Object)

after #2

after() returning  (Object)

after #3

after() returning  (Object)

after #4

after() returning  (Object)

after #5

after() throwing  (Throwable)

after #6

after() throwing  (Throwable)
Method Detail

aspectOf

public static GeneratesCallsInTest aspectOf()

hasAspect

public static boolean hasAspect()


Copyright (c) 2000, 2001, 2002, David Walend