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

Method compareTo

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

Source from the content-addressed store, hash-verified

122 }
123
124 @Test
125 public void compareTo() {
126 final Branch branch = buildTestBranch(tree);;
127 final Branch branch2 = buildTestBranch(tree);;
128 assertEquals(0, branch.compareTo(branch2));
129 }
130
131 @Test
132 public void compareToLess() {

Callers

nothing calls this directly

Calls 2

buildTestBranchMethod · 0.95
compareToMethod · 0.95

Tested by

no test coverage detected