MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getString

Method getString

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

Source from the content-addressed store, hash-verified

122 }
123
124 @Test
125 public void getString() throws Exception {
126 final Config config = new Config(false);
127 assertEquals("1000", config.getString("tsd.storage.flush_interval"));
128 }
129
130 @Test
131 public void getStringNull() throws Exception {

Callers 15

testAllDefaultsMethod · 0.45
constructorDefaultMethod · 0.45
runPreAggregateMethod · 0.45
setupGroupByTagValuesMethod · 0.45
beforeLocalMethod · 0.45
beforeLocalMethod · 0.45
initializeMethod · 0.45
beforeMethod · 0.45
initializeEmptyHostMethod · 0.45
beforeMethod · 0.45

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected