FileOutputStream dotStream = new FileOutputStream(new File(outputFolder, "sampleCatalog3.dot"));
CatalogServices catalogServices = new CatalogServices();
catalogServices.produceDOTGraph("Sample catalog", catalogStream, dotStream, new NullProgressMonitor(), null);
catalogStream = new FileInputStream(catalogFile);
catalogServices.produceSVGGraph("Sample catalog", catalogStream, svgStream, new NullProgressMonitor(), null);
}
@Test
public void deltaCatalogGraph() throws Exception {
// Input stream for sample1.json