()
| 392 | } |
| 393 | |
| 394 | @Test |
| 395 | public void floatingPointValueToFixNot() { |
| 396 | assertFalse(Internal.floatingPointValueToFix((byte) 0x0B, |
| 397 | new byte[] { 0, 0, 0, 1 })); |
| 398 | } |
| 399 | |
| 400 | @Test |
| 401 | public void fixFloatingPointValue() { |
nothing calls this directly
no test coverage detected