org.spockframework.runtime.extension.builtin
Class ConfineMetaClassChangesInterceptor

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

public class ConfineMetaClassChangesInterceptor
extends java.lang.Object
implements IMethodInterceptor

Author:
Luke Daley, Peter Niederwieser

Constructor Summary
ConfineMetaClassChangesInterceptor(java.util.Collection<java.lang.Class<?>> classes)
           
 
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

ConfineMetaClassChangesInterceptor

public ConfineMetaClassChangesInterceptor(java.util.Collection<java.lang.Class<?>> classes)
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