Class ConfineMetaClassChangesInterceptor
- java.lang.Object
-
- 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
Constructors Constructor Description ConfineMetaClassChangesInterceptor(java.util.Collection<java.lang.Class<?>> classes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
intercept(IMethodInvocation invocation)
-
-
-
Method Detail
-
intercept
public void intercept(IMethodInvocation invocation) throws java.lang.Throwable
- Specified by:
intercept
in interfaceIMethodInterceptor
- Throws:
java.lang.Throwable
-
-