MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / getBranchIdChild

Method getBranchIdChild

test/tree/TestBranch.java:153–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

buildTestBranchMethod · 0.95
getBranchesMethod · 0.95
getBranchIdMethod · 0.80

Tested by

no test coverage detected