Esempio n. 1
0
 @Before
 public void setUp() throws Exception {
   v1 = new Vertex<Integer>(0);
   v1_clone = new Vertex<Integer>(v1.getData());
   v2 = new Vertex<Integer>(1);
 }