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

Method compareToLess

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

Source from the content-addressed store, hash-verified

129 }
130
131 @Test
132 public void compareToLess() {
133 final Branch branch = buildTestBranch(tree);;
134 final Branch branch2 = buildTestBranch(tree);;
135 branch2.setDisplayName("Ardvark");
136 assertTrue(branch.compareTo(branch2) > 0);
137 }
138
139 @Test
140 public void compareToGreater() {

Callers

nothing calls this directly

Calls 3

buildTestBranchMethod · 0.95
setDisplayNameMethod · 0.95
compareToMethod · 0.95

Tested by

no test coverage detected