static Logger logger = Logger.getLogger(HWDBTestCase.class);
public HWDBTestCase()
{
super();
TestConfig.instance();
}
public HWDBTestCase(String name)
{
super(name);
TestConfig.instance();
}
public abstract String[] getTopengTable();
public abstract String[] getBillingTable();
public abstract String[] getCcareTable();
public abstract String[] getReportTable();
protected IDataSet getDataSet() throws DataSetException,
FileNotFoundException
{
if ("".equals(fileName))
{
return null;
}
return new XmlDataSet(new FileInputStream(fileName));
}
HWDBTestCase2
最新推荐文章于 2009-08-26 16:14:00 发布