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

Method getFloatNFE

test/TestConfig.java:334–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 }
333
334 @Test(expected = NumberFormatException.class)
335 public void getFloatNFE() throws Exception {
336 final Config config = new Config();
337 config.overrideConfig("asynchbase.float", "this can't be parsed to float");
338 config.getFloat("asynchbase.float");
339 }
340
341 @Test
342 public void getDouble() throws Exception {

Callers

nothing calls this directly

Calls 2

overrideConfigMethod · 0.95
getFloatMethod · 0.95

Tested by

no test coverage detected