org.spockframework.runtime.extension
Interface IMethodInterceptor

All Known Implementing Classes:
AbstractMethodInterceptor, FailsWithInterceptor, RuleInterceptor, TimeoutInterceptor

public interface IMethodInterceptor

Author:
Peter Niederwieser

Method Summary
 void intercept(IMethodInvocation invocation)
           
 

Method Detail

intercept

void intercept(IMethodInvocation invocation)
               throws Throwable
Throws:
Throwable


Copyright © 2010. All Rights Reserved.