compareDataEvent.getColumnsToExclude(), compareDataEvent.getCustomColumnFilters());
dataSetComparator.compare(currentDataSet, expectedDataSet, assertionErrorCollector.get());
}
catch (Exception e)
{
throw new DBUnitDataSetHandlingException("Failed while comparing database state with provided data sets.", e);
}
}