org.test4j.spec.inner
接口 ISpecMethod


public interface ISpecMethod

场景测试类中的方法描述

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

嵌套类摘要
static class ISpecMethod.SpecMethodID
          场景测试类中测试方法ID
 
方法摘要
 Object execute(ISpec spec, IScenarioStep step)
          执行场景步骤
 String getClazzName()
          返回定义方法的类全路径名称
 String getMethodName()
          返回定义方法的名称
 

方法详细信息

execute

Object execute(ISpec spec,
               IScenarioStep step)
执行场景步骤

参数:
jSpec -
step -
返回:

getClazzName

String getClazzName()
返回定义方法的类全路径名称

返回:

getMethodName

String getMethodName()
返回定义方法的名称

返回:


Copyright © 2013. All rights reserved.