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

Method parseDurationTooLong

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

Source from the content-addressed store, hash-verified

347 }
348
349 @Test (expected = IllegalArgumentException.class)
350 public void parseDurationTooLong() {
351 DateTime.parseDuration("4611686018427387904y");
352 }
353
354 @Test (expected = IllegalArgumentException.class)
355 public void parseDurationNegative() {

Callers

nothing calls this directly

Calls 1

parseDurationMethod · 0.95

Tested by

no test coverage detected