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

Method getDurationIsNull

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

Source from the content-addressed store, hash-verified

416 }
417
418 @Test (expected = IllegalArgumentException.class)
419 public void getDurationIsNull() {
420 DateTime.getDurationUnits(null);
421 }
422
423 @Test
424 public void getDurationInterval() {

Callers

nothing calls this directly

Calls 1

getDurationUnitsMethod · 0.95

Tested by

no test coverage detected