org.spockframework.runtime.extension.builtin
Class FailsWithInterceptor

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

public class FailsWithInterceptor
extends java.lang.Object
implements IMethodInterceptor

Author:
Peter Niederwieser

Constructor Summary
FailsWithInterceptor(FailsWith failsWith)
           
 
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

FailsWithInterceptor

public FailsWithInterceptor(FailsWith failsWith)
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