Interface IMethodInterceptor
-
- All Known Implementing Classes:
AbstractMethodInterceptor,AbstractRuleInterceptor,AutoCleanupInterceptor,ClassRuleInterceptor,ConfineMetaClassChangesInterceptor,FailsWithInterceptor,GuiceInterceptor,MethodRuleInterceptor,TestRuleInterceptor,TimeoutInterceptor,UseInterceptor
public interface IMethodInterceptor- Author:
- Peter Niederwieser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidintercept(IMethodInvocation invocation)
-
-
-
Method Detail
-
intercept
void intercept(IMethodInvocation invocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-