232233234235236237238239240241242
for (Node node : graph.getNodes()) { assertEquals("node iterator", i, node.getId()); i++; } graph.readUnlock(); } @Test public void testRemoveNode() { DhnsGraphController controller = new DhnsGraphController();