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

Method hasProperty

test/TestConfig.java:555–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

553 }
554
555 @Test
556 public void hasProperty() throws Exception {
557 final Config config = new Config();
558 assertTrue(config.hasProperty("hbase.rpcs.buffered_flush_interval"));
559 }
560
561 @Test
562 public void hasPropertyNull() throws Exception {

Callers

nothing calls this directly

Calls 1

hasPropertyMethod · 0.95

Tested by

no test coverage detected