public abstract class AbstractMethodInterceptor extends java.lang.Object implements IMethodInterceptor
| Constructor and Description |
|---|
AbstractMethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(IMethodInvocation invocation) |
void |
interceptCleanupMethod(IMethodInvocation invocation) |
void |
interceptCleanupSpecMethod(IMethodInvocation invocation) |
void |
interceptDataProcessorMethod(IMethodInvocation invocation) |
void |
interceptDataProviderMethod(IMethodInvocation invocation) |
void |
interceptFeatureExecution(IMethodInvocation invocation) |
void |
interceptFeatureMethod(IMethodInvocation invocation) |
void |
interceptInitializerMethod(IMethodInvocation invocation) |
void |
interceptIterationExecution(IMethodInvocation invocation) |
void |
interceptSetupMethod(IMethodInvocation invocation) |
void |
interceptSetupSpecMethod(IMethodInvocation invocation) |
void |
interceptSharedInitializerMethod(IMethodInvocation invocation) |
void |
interceptSpecExecution(IMethodInvocation invocation) |
public final void intercept(IMethodInvocation invocation) throws java.lang.Throwable
intercept in interface IMethodInterceptorjava.lang.Throwablepublic void interceptInitializerMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptSharedInitializerMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptSetupMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptCleanupMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptSetupSpecMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptCleanupSpecMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptFeatureMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptDataProviderMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptDataProcessorMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptIterationExecution(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptSpecExecution(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwablepublic void interceptFeatureExecution(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.ThrowableCopyright © 2012. All rights reserved