org.test4j.spec.inner
类 ISpecMethod.SpecMethodID

java.lang.Object
  继承者 org.test4j.spec.inner.ISpecMethod.SpecMethodID
正在封闭接口:
ISpecMethod

public static class ISpecMethod.SpecMethodID
extends Object

场景测试类中测试方法ID

作者:
darui.wudr 2013-1-10 下午7:25:48

构造方法摘要
ISpecMethod.SpecMethodID(String methodName, int argCount)
           
 
方法摘要
 boolean equals(Object obj)
           
 String getMethodName()
           
 int hashCode()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ISpecMethod.SpecMethodID

public ISpecMethod.SpecMethodID(String methodName,
                                int argCount)
方法详细信息

getMethodName

public String getMethodName()

toString

public String toString()
覆盖:
Object 中的 toString

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

equals

public boolean equals(Object obj)
覆盖:
Object 中的 equals


Copyright © 2013. All rights reserved.