protected final IDatabaseTester getDatabaseTester()
{
return this.tester;
}
private InputStream getDbXml(Class classs, String fileName)
throws FileNotFoundException
{
String path = "";
//get the full path of file
path = classs.getResource(fileName).getFile();
InputStream fi = new FileInputStream(new File(path));
return fi;
}
HWDBTestCase11
最新推荐文章于 2009-08-26 16:14:00 发布