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

Method getBool1

test/TestConfig.java:417–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415 }
416
417 @Test
418 public void getBool1() throws Exception {
419 final Config config = new Config();
420 config.overrideConfig("asynchbase.bool", "1");
421 assertTrue(config.getBoolean("asynchbase.bool"));
422 }
423
424 @Test
425 public void getBoolTrueCaseInsensitive() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected