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 IMethodInterceptor
java.lang.Throwable
public void interceptInitializerMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptSharedInitializerMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptSetupMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptCleanupMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptSetupSpecMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptCleanupSpecMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptFeatureMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptDataProviderMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptDataProcessorMethod(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptIterationExecution(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptSpecExecution(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
public void interceptFeatureExecution(IMethodInvocation invocation) throws java.lang.Throwable
java.lang.Throwable
Copyright © 2015. All rights reserved