io.leopard.autounit.rule
Class MethodRuleGetXxxImpl

java.lang.Object
  extended by io.leopard.autounit.rule.AbstractMethodRule
      extended by io.leopard.autounit.rule.MethodRuleGetXxxImpl
All Implemented Interfaces:
MethodRule

public class MethodRuleGetXxxImpl
extends AbstractMethodRule


Constructor Summary
MethodRuleGetXxxImpl()
           
 
Method Summary
 RuleState invoke(UnitMethod unitMethod, RuleStateChain ruleStateChain)
          方法验证.
protected  boolean isGetXxxMethod(UnitMethod unitMethod)
           
 
Methods inherited from class io.leopard.autounit.rule.AbstractMethodRule
isAssignableFrom, isAssignableFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRuleGetXxxImpl

public MethodRuleGetXxxImpl()
Method Detail

isGetXxxMethod

protected boolean isGetXxxMethod(UnitMethod unitMethod)

invoke

public RuleState invoke(UnitMethod unitMethod,
                        RuleStateChain ruleStateChain)
Description copied from interface: MethodRule
方法验证.

Parameters:
unitMethod - 被测试的方法信息
Returns:


Copyright © 2014-2015. All Rights Reserved.