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

Method parseDurationW

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

Source from the content-addressed store, hash-verified

323 }
324
325 @Test
326 public void parseDurationW() {
327 long t = DateTime.parseDuration("1w");
328 assertEquals(7 * 24 * 60 * 60 * 1000, t);
329 }
330
331 @Test
332 public void parseDurationN() {

Callers

nothing calls this directly

Calls 1

parseDurationMethod · 0.95

Tested by

no test coverage detected