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

Method getBoolTrueCaseInsensitive

test/TestConfig.java:424–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422 }
423
424 @Test
425 public void getBoolTrueCaseInsensitive() throws Exception {
426 final Config config = new Config();
427 config.overrideConfig("asynchbase.bool", "TrUe");
428 assertTrue(config.getBoolean("asynchbase.bool"));
429 }
430
431 @Test
432 public void getBoolYes() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getBooleanMethod · 0.95

Tested by

no test coverage detected