}
/** Test writing a protocol buffer, then decoding it. */
@Test
public void testWriteThenRead() throws Exception {
final AnotherOne anotherOne = AnotherOne.newBuilder().setId(10).build();
final KijiTableWriter writer = mTable.getWriterFactory().openTableWriter();
try {
final EntityId eid = mTable.getEntityId("row");