()
| 151 | } |
| 152 | |
| 153 | @Test |
| 154 | public void getBranchIdChild() { |
| 155 | final Branch branch = buildTestBranch(tree);; |
| 156 | assertEquals("0001D119F20E", branch.getBranches().first().getBranchId()); |
| 157 | } |
| 158 | |
| 159 | @Test |
| 160 | public void addChild() throws Exception { |
nothing calls this directly
no test coverage detected