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

Method getBoolFalseDoesNotExist

test/TestConfig.java:487–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

485 }
486
487 @Test
488 public void getBoolFalseDoesNotExist() throws Exception {
489 final Config config = new Config();
490 assertFalse(config.getBoolean("asynchbase.nosuchkey"));
491 }
492
493 @Test
494 public void getBoolFalseOther() throws Exception {

Callers

nothing calls this directly

Calls 1

getBooleanMethod · 0.95

Tested by

no test coverage detected