}
protected void runBatchConverterTestCase(Configuration configuration,
TestCaseResource... resources) throws CoreException,
IOException, Throwable {
final SimpleProject targetProject = new SimpleProject("converted");
try {
runBatchConverterTestCaseWithTargetProject(targetProject, configuration, resources);
} finally {
targetProject.dispose();
}
}