@Before
public void setupBeforeTest() throws IOException {
HTable hTable = testUtil.createTable(TestBytes.table, TestBytes.family);
transactionAwareHTable = new TransactionAwareHTable(hTable);
transactionContext = new TransactionContext(new DetachedTxSystemClient(), transactionAwareHTable);
}