io.leopard.autounit.rule
Class MethodRuleImpl

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

public class MethodRuleImpl
extends java.lang.Object
implements MethodRule


Constructor Summary
MethodRuleImpl()
           
 
Method Summary
 RuleState invoke(UnitMethod unitMethod, RuleStateChain ruleStateChain)
          方法验证.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodRuleImpl

public MethodRuleImpl()
Method Detail

invoke

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

Specified by:
invoke in interface MethodRule
Parameters:
unitMethod - 被测试的方法信息
Returns:


Copyright © 2014-2015. All Rights Reserved.