()
| 398 | } |
| 399 | |
| 400 | @Test |
| 401 | public void fixFloatingPointValue() { |
| 402 | assertArrayEquals(new byte[] { 0, 0, 0, 1 }, |
| 403 | Internal.fixFloatingPointValue((byte) 0x0B, |
| 404 | new byte[] { 0, 0, 0, 0, 0, 0, 0, 1 })); |
| 405 | } |
| 406 | |
| 407 | @Test |
| 408 | public void fixFloatingPointValueNot() { |
nothing calls this directly
no test coverage detected