TestSuite negativeTests = new TestSuite();
negativeTests.setName("Negative Syntax Tests");
// Read manifest and create declared test cases
Repository manifestRep = new SailRepository(new MemoryStore());
manifestRep.initialize();
RepositoryConnection con = manifestRep.getConnection();
URL manifestURL = SeRQLParserTestCase.class.getResource(MANIFEST_FILE);
RDFFormat format = RDFFormat.forFileName(MANIFEST_FILE, RDFFormat.TURTLE);