private StreamProcessor streamProcessor;
private RdfXmlParserTest rdfXmlParserTest;
@BeforeClass
public void init() {
rdfXmlParserTest = new RdfXmlParserTest();
rdfXmlParserTest.init();
UriRef graphUri = new UriRef("http://example.com/");
TcManager MANAGER = TcManager.getInstance();
if (MANAGER.listMGraphs().contains(graphUri)) {