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

Method getDurationUnitsEmpty

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

Source from the content-addressed store, hash-verified

411 }
412
413 @Test (expected = IllegalArgumentException.class)
414 public void getDurationUnitsEmpty() {
415 DateTime.getDurationUnits("");
416 }
417
418 @Test (expected = IllegalArgumentException.class)
419 public void getDurationIsNull() {

Callers

nothing calls this directly

Calls 1

getDurationUnitsMethod · 0.95

Tested by

no test coverage detected