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

Method getShortDoesNotExist

test/TestConfig.java:224–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 }
223
224 @Test(expected = NumberFormatException.class)
225 public void getShortDoesNotExist() throws Exception {
226 final Config config = new Config();
227 config.getShort("asynchbase.nosuchkey");
228 }
229
230 @Test(expected = NumberFormatException.class)
231 public void getShortNFE() throws Exception {

Callers

nothing calls this directly

Calls 1

getShortMethod · 0.95

Tested by

no test coverage detected