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

Method getFloatDoesNotExist

test/TestConfig.java:328–332  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326 }
327
328 @Test(expected = NullPointerException.class)
329 public void getFloatDoesNotExist() throws Exception {
330 final Config config = new Config();
331 config.getFloat("asynchbase.nosuchkey");
332 }
333
334 @Test(expected = NumberFormatException.class)
335 public void getFloatNFE() throws Exception {

Callers

nothing calls this directly

Calls 1

getFloatMethod · 0.95

Tested by

no test coverage detected