@Before public void loadDepdenency() throws Exception { InputStream localStream = getClass().getResourceAsStream("/" + LOCALDEPENDENCY); assertNotNull(localStream); localDependency = io.readBundle(localStream, "application/vnd.taverna.t2flow+xml"); assertNotNull(localDependency); }
@Before public void loadDepdenency() throws Exception { InputStream localStream = getClass().getResourceAsStream("/" + T3_1226); assertNotNull(localStream); workflow = io.readBundle(localStream, "application/vnd.taverna.t2flow+xml"); assertNotNull(workflow); }