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

Method getDurationIntervalNull

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

Source from the content-addressed store, hash-verified

453 }
454
455 @Test (expected = IllegalArgumentException.class)
456 public void getDurationIntervalNull() {
457 DateTime.getDurationInterval(null);
458 }
459
460 @Test (expected = IllegalArgumentException.class)
461 public void getDurationIntervalEmpty() {

Callers

nothing calls this directly

Calls 1

getDurationIntervalMethod · 0.95

Tested by

no test coverage detected