()
| 680 | } |
| 681 | |
| 682 | @Test |
| 683 | public void testLongFd2() { |
| 684 | long unuqFd = Numbers.encodeLowHighInts(Integer.MAX_VALUE, 1000); |
| 685 | Assert.assertTrue(unuqFd > 0); |
| 686 | } |
| 687 | |
| 688 | @Test |
| 689 | public void testMixedIOConcurrent() throws Exception { |
nothing calls this directly
no test coverage detected