()
| 145 | } |
| 146 | |
| 147 | @Test |
| 148 | public void getBranchIdRoot() { |
| 149 | final Branch branch = buildTestBranch(tree);; |
| 150 | assertEquals("0001", branch.getBranchId()); |
| 151 | } |
| 152 | |
| 153 | @Test |
| 154 | public void getBranchIdChild() { |
nothing calls this directly
no test coverage detected