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

Method getDurationIntervalNegative

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

Source from the content-addressed store, hash-verified

438 }
439
440 @Test (expected = IllegalArgumentException.class)
441 public void getDurationIntervalNegative() {
442 DateTime.getDurationInterval("-1s");
443 }
444
445 @Test (expected = IllegalArgumentException.class)
446 public void getDurationIntervalFloat() {

Callers

nothing calls this directly

Calls 1

getDurationIntervalMethod · 0.95

Tested by

no test coverage detected