MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / getIntNull

Method getIntNull

test/TestConfig.java:178–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 }
177
178 @Test(expected = NumberFormatException.class)
179 public void getIntNull() throws Exception {
180 final Config config = new Config();
181 config.overrideConfig("asynchbase.null", null);
182 config.getInt("asynchbase.null");
183 }
184
185 @Test(expected = NumberFormatException.class)
186 public void getIntDoesNotExist() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getIntMethod · 0.95

Tested by

no test coverage detected