MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getFloatNull

Method getFloatNull

test/TestConfig.java:321–326  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319 }
320
321 @Test(expected = NullPointerException.class)
322 public void getFloatNull() throws Exception {
323 final Config config = new Config();
324 config.overrideConfig("asynchbase.null", null);
325 config.getFloat("asynchbase.null");
326 }
327
328 @Test(expected = NullPointerException.class)
329 public void getFloatDoesNotExist() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getFloatMethod · 0.95

Tested by

no test coverage detected