throws IOException {
List<QueryTest> queries = null;
// Map<String, Object> queries = new HashMap<String, Object>();
File queryFile = new File(queryFileName);
if (!queryFile.exists() || !queryFile.canRead()) {
String msg = "Query file doesn't exist or cannot be read: " + queryFileName + ", ignoring and continuing";
TestLogger.log(msg);
throw new TransactionRuntimeException(msg); //$NON-NLS-1$ //$NON-NLS-2$
}
// Get query set name