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

Method getBoolFalseEmpty

test/TestConfig.java:473–478  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471 }
472
473 @Test
474 public void getBoolFalseEmpty() throws Exception {
475 final Config config = new Config();
476 config.overrideConfig("asynchbase.bool", "");
477 assertFalse(config.getBoolean("asynchbase.bool"));
478 }
479
480 @Test(expected = NullPointerException.class)
481 public void getBoolFalseNull() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected