io.leopard.autounit.rule
Class AbstractMethodRule

java.lang.Object
  extended by io.leopard.autounit.rule.AbstractMethodRule
All Implemented Interfaces:
MethodRule
Direct Known Subclasses:
MethodRuleAddImpl, MethodRuleCountImpl, MethodRuleDeleteImpl, MethodRuleGetImpl, MethodRuleGetXxxImpl, MethodRuleListImpl

public abstract class AbstractMethodRule
extends java.lang.Object
implements MethodRule


Constructor Summary
AbstractMethodRule()
           
 
Method Summary
protected  boolean isAssignableFrom(java.lang.Object bean, java.lang.Class<?> clazz)
           
protected  boolean isAssignableFrom(java.lang.Object bean, java.lang.String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface io.leopard.autounit.rule.MethodRule
invoke
 

Constructor Detail

AbstractMethodRule

public AbstractMethodRule()
Method Detail

isAssignableFrom

protected boolean isAssignableFrom(java.lang.Object bean,
                                   java.lang.String className)

isAssignableFrom

protected boolean isAssignableFrom(java.lang.Object bean,
                                   java.lang.Class<?> clazz)


Copyright © 2014-2015. All Rights Reserved.