Exemplo n.º 1
0
 public void testSize() throws Exception {
   l.add(1);
   assertEquals(l.size(), 1);
 }