@Override @Before public void setUp() throws Exception { super.setUp(); instance = IdentifiableEntityIdGenerator.INSTANCE; scopes = Lists.newArrayList("r1"); bundle = Bundle.fromData(TestData.getTestDocBundle()); }
@Before public void setUp() throws Exception { super.setUp(); linker = new Linker(graph); actionManager = new ActionManager(graph); }
@Before public void setUp() throws Exception { super.setUp(); linkViews = new LinkViews(graph); }