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

Method fixFloatingPointValueCorrupt

test/core/TestInternal.java:421–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419 }
420
421 @Test (expected = IllegalDataException.class)
422 public void fixFloatingPointValueCorrupt() {
423 Internal.fixFloatingPointValue((byte) 0x0B,
424 new byte[] { 0, 2, 0, 0, 0, 0, 0, 1 });
425 }
426
427 @Test
428 public void inMilliseconds() {

Callers

nothing calls this directly

Calls 1

fixFloatingPointValueMethod · 0.95

Tested by

no test coverage detected