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

Method hasPropertyNull

test/TestConfig.java:561–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559 }
560
561 @Test
562 public void hasPropertyNull() throws Exception {
563 final Config config = new Config();
564 config.overrideConfig("asynchbase.null", null);
565 assertFalse(config.hasProperty("asynchbase.null"));
566 }
567
568 @Test
569 public void hasPropertyNot() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
hasPropertyMethod · 0.95

Tested by

no test coverage detected