Beispiel #1
0
 @Test
 public void getsRowCount() throws Exception {
   assertEquals(4, tree.rowCount());
   assertTrue(tree.hasItems());
 }