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

Method getDurationIntervalFloat

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

Source from the content-addressed store, hash-verified

443 }
444
445 @Test (expected = IllegalArgumentException.class)
446 public void getDurationIntervalFloat() {
447 DateTime.getDurationInterval("1.42s");
448 }
449
450 @Test (expected = IllegalArgumentException.class)
451 public void getDurationIntervalNoInt() {

Callers

nothing calls this directly

Calls 1

getDurationIntervalMethod · 0.95

Tested by

no test coverage detected