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

Method getDurationIntervalNoInt

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

Source from the content-addressed store, hash-verified

448 }
449
450 @Test (expected = IllegalArgumentException.class)
451 public void getDurationIntervalNoInt() {
452 DateTime.getDurationInterval("s");
453 }
454
455 @Test (expected = IllegalArgumentException.class)
456 public void getDurationIntervalNull() {

Callers

nothing calls this directly

Calls 1

getDurationIntervalMethod · 0.95

Tested by

no test coverage detected