()
| 137 | } |
| 138 | |
| 139 | @Test |
| 140 | public void compareToGreater() { |
| 141 | final Branch branch = buildTestBranch(tree);; |
| 142 | final Branch branch2 = buildTestBranch(tree);; |
| 143 | branch2.setDisplayName("Zelda"); |
| 144 | assertTrue(branch.compareTo(branch2) < 0); |
| 145 | } |
| 146 | |
| 147 | @Test |
| 148 | public void getBranchIdRoot() { |
nothing calls this directly
no test coverage detected