| |
|
| java.lang.Object org.mockejb.interceptor.ClassPatternPointcut
ClassPatternPointcut | public class ClassPatternPointcut implements Pointcut(Code) | | Tests if the class name of the provided method matches the regexp.
author: Alexander Ananiev |
ClassPatternPointcut | public ClassPatternPointcut(String regexpPattern)(Code) | | Creates a new instance of ClassPatternPoincut
Parameters: regexpPattern - regexp pattern that will be matched against the fully qualified class name |
equals | public boolean equals(Object obj)(Code) | | Returns true if the given object is of the same type and
it has the same pattern.
|
hashCode | public int hashCode()(Code) | | |
matchesJointpoint | public boolean matchesJointpoint(Method method)(Code) | | Tests if the fully qualified class name of the given method
true if the provided method should be intercepted |
|
|
|