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

com.github.autotest.sapient.dispatch.testcase.DataFileCase Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
package com.github.autotest.sapient.dispatch.testcase;


/**
 * 数据文件类型的测试用例 
 * 
 * @author lianghui ([email protected])
 *
 */
public class DataFileCase extends SuperCase{
	/**
	 * 默认构造函数
	 */
	public   DataFileCase() {
		super();
	}
	//逻辑处理 输出xml配置文件
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy