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

Method getIntDoesNotExist

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

Source from the content-addressed store, hash-verified

168 }
169
170 @Test(expected = NumberFormatException.class)
171 public void getIntDoesNotExist() throws Exception {
172 final Config config = new Config(false);
173 config.getInt("tsd.nosuchkey");
174 }
175
176 @Test(expected = NumberFormatException.class)
177 public void getIntNFE() throws Exception {

Callers

nothing calls this directly

Calls 1

getIntMethod · 0.95

Tested by

no test coverage detected