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

Method hasProperty

test/utils/TestConfig.java:607–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 @Test
608 public void hasProperty() throws Exception {
609 final Config config = new Config(false);
610 assertTrue(config.hasProperty("tsd.network.bind"));
611 }
612
613 @Test
614 public void hasPropertyNull() throws Exception {

Callers 10

initializeMethod · 0.45
beforeMethod · 0.45
initializeMissingHostMethod · 0.45
beforeMethod · 0.45
initializeMissingHostMethod · 0.45
beforeMethod · 0.45
initializeMissingHostMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45

Calls 1

hasPropertyMethod · 0.95

Tested by

no test coverage detected