MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / parseDurationH

Method parseDurationH

test/utils/TestDateTime.java:313–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 }
312
313 @Test
314 public void parseDurationH() {
315 long t = DateTime.parseDuration("24h");
316 assertEquals(24 * 60 * 60 * 1000, t);
317 }
318
319 @Test
320 public void parseDurationD() {

Callers

nothing calls this directly

Calls 1

parseDurationMethod · 0.95

Tested by

no test coverage detected