com.github.autotest.sapient.dispatch.testcase.DataFileCase Maven / Gradle / Ivy
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