QueryDataSet tableDataSet = new QueryDataSet(conn);
tableDataSet.addTable(tableName, String.format("select * from %s order by %s", tableName, orderColumnName));
Assertion.assertEquals(flatXmlDataSet, tableDataSet);
} catch (Exception ex) {
throw new JuDbException("Couldn't assert DB data", ex);
}
}
});
}