Assert.assertTrue(entities.contains(f3));
Assert.assertTrue(entities.contains(f4));
}
private Feed addInput(Process process, String feed, Cluster cluster) {
if (process.getInputs() == null) process.setInputs(new Inputs());
Inputs inputs = process.getInputs();
Input input = new Input();
input.setFeed(feed);
inputs.getInputs().add(input);
Feed f1 = new Feed();
f1.setName(feed);
Clusters clusters = new Clusters();
f1.setClusters(clusters);
org.apache.ivory.entity.v0.feed.Cluster feedCluster =