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

Method getBoolFalse2

test/TestConfig.java:459–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457 }
458
459 @Test
460 public void getBoolFalse2() throws Exception {
461 final Config config = new Config();
462 config.overrideConfig("asynchbase.bool", "2");
463 assertFalse(config.getBoolean("asynchbase.bool"));
464 }
465
466 @Test
467 public void getBoolFalseNo() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected