Beispiel #1
0
 @Before
 public void setUp() throws Exception {
   vs = new VertexSet();
   for (int i = 0; i < 10; i++) {
     vs.add(i);
   }
 }