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

Method getBoolFalseNull

test/TestConfig.java:480–485  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

478 }
479
480 @Test(expected = NullPointerException.class)
481 public void getBoolFalseNull() throws Exception {
482 final Config config = new Config();
483 config.overrideConfig("asynchbase.null", null);
484 config.getBoolean("asynchbase.null");
485 }
486
487 @Test
488 public void getBoolFalseDoesNotExist() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected