5960616263646566676869
for (int i = 0; i < rowKeys.size(); i++) { RowKey rowKey = rowKeys.get(i); byte[] encodedRowKey = encodedRowKeys.get(i); Assert.assertArrayEquals(encodedRowKey, rowKey.encode()); } } @Test public void testIndexRowKeyStrings() {
868788899091929394
for (int i = 0; i < rowkeys.size(); i++) { RowKey rowKey = rowkeys.get(i); byte[] encodedRowKey = encodedRowkeys.get(i); Assert.assertArrayEquals(encodedRowKey, rowKey.encode()); } } }