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

Method equalsWrongClass

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

Source from the content-addressed store, hash-verified

116 }
117
118 @Test
119 public void equalsWrongClass() {
120 final Branch branch = buildTestBranch(tree);;
121 assertFalse(branch.equals(new Object()));
122 }
123
124 @Test
125 public void compareTo() {

Callers

nothing calls this directly

Calls 2

buildTestBranchMethod · 0.95
equalsMethod · 0.95

Tested by

no test coverage detected