()
| 97 | } |
| 98 | |
| 99 | @Test |
| 100 | public void testEquals() { |
| 101 | final Branch branch = buildTestBranch(tree);; |
| 102 | final Branch branch2 = buildTestBranch(tree);; |
| 103 | assertTrue(branch.equals(branch2)); |
| 104 | } |
| 105 | |
| 106 | @Test |
| 107 | public void equalsSameAddress() { |
nothing calls this directly
no test coverage detected