MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / testHashCode

Method testHashCode

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

Source from the content-addressed store, hash-verified

91 }
92
93 @Test
94 public void testHashCode() {
95 final Branch branch = buildTestBranch(tree);
96 assertEquals(2521314, branch.hashCode());
97 }
98
99 @Test
100 public void testEquals() {

Callers

nothing calls this directly

Calls 2

buildTestBranchMethod · 0.95
hashCodeMethod · 0.95

Tested by

no test coverage detected