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

Method getBool

test/TestConfig.java:410–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408 }
409
410 @Test
411 public void getBool() throws Exception {
412 final Config config = new Config();
413 config.overrideConfig("asynchbase.bool", "true");
414 assertTrue(config.getBoolean("asynchbase.bool"));
415 }
416
417 @Test
418 public void getBool1() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected