Exemplo n.º 1
0
 public void testIsEmpty() throws Exception {
   l.add(1);
   assertFalse(l.isEmpty());
 }