()
| 405 | } |
| 406 | |
| 407 | @Test |
| 408 | public void fixFloatingPointValueNot() { |
| 409 | assertArrayEquals(new byte[] { 0, 0, 0, 1 }, |
| 410 | Internal.fixFloatingPointValue((byte) 0x0B, |
| 411 | new byte[] { 0, 0, 0, 1 })); |
| 412 | } |
| 413 | |
| 414 | @Test |
| 415 | public void fixFloatingPointValueWasInt() { |
nothing calls this directly
no test coverage detected