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

Method getDurationUnitsNull

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

Source from the content-addressed store, hash-verified

406 }
407
408 @Test (expected = IllegalArgumentException.class)
409 public void getDurationUnitsNull() {
410 DateTime.getDurationUnits(null);
411 }
412
413 @Test (expected = IllegalArgumentException.class)
414 public void getDurationUnitsEmpty() {

Callers

nothing calls this directly

Calls 1

getDurationUnitsMethod · 0.95

Tested by

no test coverage detected