()
| 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() { |
nothing calls this directly
no test coverage detected