Class FailsWithInterceptor
- java.lang.Object
-
- org.spockframework.runtime.extension.builtin.FailsWithInterceptor
-
- All Implemented Interfaces:
IMethodInterceptor
public class FailsWithInterceptor extends java.lang.Object implements IMethodInterceptor
- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description FailsWithInterceptor(FailsWith failsWith)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
intercept(IMethodInvocation invocation)
-
-
-
Constructor Detail
-
FailsWithInterceptor
public FailsWithInterceptor(FailsWith failsWith)
-
-
Method Detail
-
intercept
public void intercept(IMethodInvocation invocation) throws java.lang.Throwable
- Specified by:
intercept
in interfaceIMethodInterceptor
- Throws:
java.lang.Throwable
-
-