()
| 386 | } |
| 387 | |
| 388 | @Test |
| 389 | public void floatingPointValueToFix() { |
| 390 | assertTrue(Internal.floatingPointValueToFix((byte) 0x0B, |
| 391 | new byte[] { 0, 0, 0, 0, 0, 0, 0, 1 })); |
| 392 | } |
| 393 | |
| 394 | @Test |
| 395 | public void floatingPointValueToFixNot() { |
nothing calls this directly
no test coverage detected