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

Method getLong

test/TestConfig.java:238–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 @Test
239 public void getLong() throws Exception {
240 final Config config = new Config();
241 config.overrideConfig("asynchbase.long", Long.toString(Long.MAX_VALUE));
242 assertEquals(Long.MAX_VALUE, config.getLong("asynchbase.long"));
243 }
244
245 @Test
246 public void getLongNegative() throws Exception {

Callers

nothing calls this directly

Calls 3

overrideConfigMethod · 0.95
getLongMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected