public abstract class AbstractRuleInterceptor extends java.lang.Object implements IMethodInterceptor
Modifier and Type | Field and Description |
---|---|
protected java.util.List<FieldInfo> |
ruleFields |
Constructor and Description |
---|
AbstractRuleInterceptor(java.util.List<FieldInfo> ruleFields) |
Modifier and Type | Method and Description |
---|---|
protected org.junit.runners.model.Statement |
createBaseStatement(IMethodInvocation invocation) |
protected java.lang.Object |
getRuleInstance(FieldInfo field,
java.lang.Object fieldTarget) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
intercept
protected final java.util.List<FieldInfo> ruleFields
public AbstractRuleInterceptor(java.util.List<FieldInfo> ruleFields)
protected org.junit.runners.model.Statement createBaseStatement(IMethodInvocation invocation)
protected java.lang.Object getRuleInstance(FieldInfo field, java.lang.Object fieldTarget)
Copyright © 2014. All rights reserved