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

Method getShortNull

test/TestConfig.java:217–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215 }
216
217 @Test(expected = NumberFormatException.class)
218 public void getShortNull() throws Exception {
219 final Config config = new Config();
220 config.overrideConfig("asynchbase.null", null);
221 config.getShort("asynchbase.null");
222 }
223
224 @Test(expected = NumberFormatException.class)
225 public void getShortDoesNotExist() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getShortMethod · 0.95

Tested by

no test coverage detected