public static void initShared() throws Exception {
CLIENT_TEST_DELEGATE.setupKijiTest();
Kiji kiji = CLIENT_TEST_DELEGATE.getKiji();
// Use the counter test layout so that we can verify that trying to modify counters in an
// atomic putter causes an exception.
kiji.createTable(KijiTableLayouts.getLayout(KijiTableLayouts.USER_TABLE_FORMATTED_EID));
mTable = kiji.openTable("user");
}
@Before
public final void setupEnvironment() throws Exception {