|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MockMethod in net.sf.surrogate.core |
Methods in net.sf.surrogate.core that return MockMethod | |
MockMethod |
SurrogateManager.addMockMethod(MockMethod m)
Adds a mock method to the manager for later lookup by Aspect code. |
MockMethod |
SurrogateManager.removeMockMethod(MockMethod m)
Removes a mock method from the manager. |
(package private) MockMethod |
SurrogateManager.getMockMethod(java.lang.reflect.Method m)
Gets a registered Mock method reference for a method. |
(package private) MockMethod |
SurrogateManager.getMockConstructor(java.lang.reflect.Constructor c)
Gets a registered Mock method reference for a constructor |
protected MockMethod |
SurrogateManager.getMockMethod(org.aspectj.lang.JoinPoint p)
Checks if an AspectJ "mock" joinpoint has an assoicated mock method registered by the manager. |
Methods in net.sf.surrogate.core with parameters of type MockMethod | |
MockMethod |
SurrogateManager.addMockMethod(MockMethod m)
Adds a mock method to the manager for later lookup by Aspect code. |
MockMethod |
SurrogateManager.removeMockMethod(MockMethod m)
Removes a mock method from the manager. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |