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

Method parseDurationD

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

Source from the content-addressed store, hash-verified

317 }
318
319 @Test
320 public void parseDurationD() {
321 long t = DateTime.parseDuration("1d");
322 assertEquals(24 * 60 * 60 * 1000, t);
323 }
324
325 @Test
326 public void parseDurationW() {

Callers

nothing calls this directly

Calls 1

parseDurationMethod · 0.95

Tested by

no test coverage detected