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

Method testEquals

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

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 2

buildTestBranchMethod · 0.95
equalsMethod · 0.95

Tested by

no test coverage detected