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

Method getBoolYesCaseInsensitive

test/TestConfig.java:438–443  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436 }
437
438 @Test
439 public void getBoolYesCaseInsensitive() throws Exception {
440 final Config config = new Config();
441 config.overrideConfig("asynchbase.bool", "YeS");
442 assertTrue(config.getBoolean("asynchbase.bool"));
443 }
444
445 @Test
446 public void getBoolFalse() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected