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

Method getBoolFalseNo

test/TestConfig.java:466–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464 }
465
466 @Test
467 public void getBoolFalseNo() throws Exception {
468 final Config config = new Config();
469 config.overrideConfig("asynchbase.bool", "no");
470 assertFalse(config.getBoolean("asynchbase.bool"));
471 }
472
473 @Test
474 public void getBoolFalseEmpty() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected