org.spockframework.runtime.extension.builtin
Class UseInterceptor

java.lang.Object
  extended by org.spockframework.runtime.extension.builtin.UseInterceptor
All Implemented Interfaces:
IMethodInterceptor

public class UseInterceptor
extends java.lang.Object
implements IMethodInterceptor

Author:
Peter Niederwieser

Constructor Summary
UseInterceptor(java.util.List<java.lang.Class> categories)
           
 
Method Summary
 void intercept(IMethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseInterceptor

public UseInterceptor(java.util.List<java.lang.Class> categories)
Method Detail

intercept

public void intercept(IMethodInvocation invocation)
               throws java.lang.Throwable
Specified by:
intercept in interface IMethodInterceptor
Throws:
java.lang.Throwable


Copyright © 2013. All rights reserved