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

Method addCollisionNull

test/tree/TestTree.java:179–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 @Test (expected = IllegalArgumentException.class)
180 public void addCollisionNull() throws Exception {
181 final Tree tree = buildTestTree();
182 assertNull(tree.getCollisions());
183 tree.addCollision(null, "AABBCCDD");
184 }
185
186 @Test (expected = IllegalArgumentException.class)
187 public void addCollisionEmpty() throws Exception {

Callers

nothing calls this directly

Calls 3

buildTestTreeMethod · 0.95
getCollisionsMethod · 0.95
addCollisionMethod · 0.95

Tested by

no test coverage detected