All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.test4j.spec.ISpec Maven / Gradle / Ivy

package org.test4j.spec;

/**
 * JSpec接口类
 * 
 * @author darui.wudr 2013-1-10 下午4:15:50
 */
public interface ISpec {

    /**
     * 返回指定Steps的实例
     * 
     * @param clazzName
     * @return
     */
    Object getStepsInstance(String stepClazzName);

    /**
     * 返回共享数据设置类
     * 
     * @return
     */
    SharedData getSharedData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy