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

Method compareToGreater

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

Source from the content-addressed store, hash-verified

137 }
138
139 @Test
140 public void compareToGreater() {
141 final Branch branch = buildTestBranch(tree);;
142 final Branch branch2 = buildTestBranch(tree);;
143 branch2.setDisplayName("Zelda");
144 assertTrue(branch.compareTo(branch2) < 0);
145 }
146
147 @Test
148 public void getBranchIdRoot() {

Callers

nothing calls this directly

Calls 3

buildTestBranchMethod · 0.95
setDisplayNameMethod · 0.95
compareToMethod · 0.95

Tested by

no test coverage detected