org.spockframework.runtime.extension
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
 void intercept(IMethodInvocation invocation)
           
 

Method Detail

intercept

void intercept(IMethodInvocation invocation)
               throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2013. All rights reserved