this.dataSourceFrom = dataSourceFrom;
this.dataSourceType = dataSourceType;
}
public void setDataSource(String driver, String url, String schemas, String username, String password) {
this.jtesterDataSource = new JTesterDataSource(dataSourceType, driver, url, schemas, username, password);
}