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

Method getBoolFalse

test/TestConfig.java:445–450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

443 }
444
445 @Test
446 public void getBoolFalse() throws Exception {
447 final Config config = new Config();
448 config.overrideConfig("asynchbase.bool", "false");
449 assertFalse(config.getBoolean("asynchbase.bool"));
450 }
451
452 @Test
453 public void getBoolFalse0() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected