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

Method getDouble

test/TestConfig.java:341–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339 }
340
341 @Test
342 public void getDouble() throws Exception {
343 final Config config = new Config();
344 config.overrideConfig("asynchbase.double", Double.toString(Double.MAX_VALUE));
345 assertEquals(Double.MAX_VALUE,
346 config.getDouble("asynchbase.double"), 0.000001);
347 }
348
349 @Test
350 public void getDoubleNegative() throws Exception {

Callers

nothing calls this directly

Calls 3

overrideConfigMethod · 0.95
getDoubleMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected