Esempio n. 1
0
 @Test
 public void empty() {
   Branches branches = Branches.empty();
   assertEquals(0, branches.getSize());
 }