org.spockframework.runtime.extension.builtin
Class ClassRuleInterceptor

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

public class ClassRuleInterceptor
extends AbstractRuleInterceptor


Field Summary
 
Fields inherited from class org.spockframework.runtime.extension.builtin.AbstractRuleInterceptor
ruleFields
 
Constructor Summary
ClassRuleInterceptor(java.util.List<FieldInfo> ruleFields)
           
 
Method Summary
 void intercept(IMethodInvocation invocation)
           
 
Methods inherited from class org.spockframework.runtime.extension.builtin.AbstractRuleInterceptor
createBaseStatement, getRuleInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassRuleInterceptor

public ClassRuleInterceptor(java.util.List<FieldInfo> ruleFields)
Method Detail

intercept

public void intercept(IMethodInvocation invocation)
               throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2013. All rights reserved