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

Method getBoolFalse0

test/TestConfig.java:452–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450 }
451
452 @Test
453 public void getBoolFalse0() throws Exception {
454 final Config config = new Config();
455 config.overrideConfig("asynchbase.bool", "0");
456 assertFalse(config.getBoolean("asynchbase.bool"));
457 }
458
459 @Test
460 public void getBoolFalse2() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected