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

Method getBoolYes

test/TestConfig.java:431–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

429 }
430
431 @Test
432 public void getBoolYes() throws Exception {
433 final Config config = new Config();
434 config.overrideConfig("asynchbase.bool", "yes");
435 assertTrue(config.getBoolean("asynchbase.bool"));
436 }
437
438 @Test
439 public void getBoolYesCaseInsensitive() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected