Пример #1
0
 @Test
 public void testBitsTo8Bytes() {
   assertTrue("Result", java.util.Arrays.equals(A9Utility.bitsTo8Bytes(bits2), B1));
 }