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

Method getDoubleNegative

test/TestConfig.java:349–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

347 }
348
349 @Test
350 public void getDoubleNegative() throws Exception {
351 final Config config = new Config();
352 config.overrideConfig("asynchbase.double", Double.toString(Double.MIN_VALUE));
353 assertEquals(Double.MIN_VALUE,
354 config.getDouble("asynchbase.double"), 0.000001);
355 }
356
357 @Test
358 public void getDoubleNaN() throws Exception {

Callers

nothing calls this directly

Calls 3

overrideConfigMethod · 0.95
getDoubleMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected