/** Tests for HashPrefixedEntityId. */
public class TestHashPrefixedEntityId {
@Test
public void testHashedEntityIdFromKijiRowKey() {
final RowKeyFormat format = RowKeyFormat.newBuilder()
.setEncoding(RowKeyEncoding.HASH_PREFIX)
.setHashType(HashType.MD5)
.setHashSize(4)
.build();
final byte[] kijiRowKey = new byte[] {0x11, 0x22};