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

Method getStringNull

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

Source from the content-addressed store, hash-verified

128 }
129
130 @Test
131 public void getStringNull() throws Exception {
132 final Config config = new Config(false);
133 assertNull(config.getString("tsd.blarg"));
134 }
135
136 @Test
137 public void getInt() throws Exception {

Callers

nothing calls this directly

Calls 1

getStringMethod · 0.95

Tested by

no test coverage detected