Beispiel #1
0
 @Test
 public void unselectsSelection() throws Exception {
   tree.unselect();
   assertEquals(0, tree.selectionCount());
 }