assertArrayEquals(formattedEntityId.getHBaseRowKey(), testEntityId.getHBaseRowKey());
}
@Test
public void testSuppressMaterialization() {
final RowKeyFormat2 format = makeSuppressMaterializationTestRKF();
FormattedEntityId formattedEntityId = makeId(format, "one", 1, 7L);
byte[] hbaseRowKey = formattedEntityId.getHBaseRowKey();
FormattedEntityId testEntityId = FormattedEntityId.fromHBaseRowKey(hbaseRowKey, format);