Class TestRuleInterceptor
- java.lang.Object
-
- org.spockframework.runtime.extension.builtin.AbstractRuleInterceptor
-
- org.spockframework.runtime.extension.builtin.TestRuleInterceptor
-
- All Implemented Interfaces:
IMethodInterceptor
public class TestRuleInterceptor extends AbstractRuleInterceptor
-
-
Field Summary
-
Fields inherited from class org.spockframework.runtime.extension.builtin.AbstractRuleInterceptor
ruleFields
-
-
Constructor Summary
Constructors Constructor Description TestRuleInterceptor(java.util.List<FieldInfo> ruleFields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
intercept(IMethodInvocation invocation)
-
Methods inherited from class org.spockframework.runtime.extension.builtin.AbstractRuleInterceptor
createBaseStatement, getRuleInstance
-
-
-
-
Constructor Detail
-
TestRuleInterceptor
public TestRuleInterceptor(java.util.List<FieldInfo> ruleFields)
-
-
Method Detail
-
intercept
public void intercept(IMethodInvocation invocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-