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

Method getIntNull

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

Source from the content-addressed store, hash-verified

161 }
162
163 @Test(expected = NumberFormatException.class)
164 public void getIntNull() throws Exception {
165 final Config config = new Config(false);
166 config.overrideConfig("tsd.null", null);
167 config.getInt("tsd.null");
168 }
169
170 @Test(expected = NumberFormatException.class)
171 public void getIntDoesNotExist() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getIntMethod · 0.95

Tested by

no test coverage detected