return rdfXmlParserTest.getTestSuite();
}
@Test(dataProvider = "getTestSuite")
public void runTestSuite(RdfXmlParserTest.TestCase testCase) {
rdfXmlParserTest.runTest(testCase, new SaveToFileCallback() {
@Override
public void run(Reader input, String inputUri, Writer output) throws ParseException {
try {
streamProcessor.process(input, inputUri);
} finally {