reporter.setObjectDescription(txn2, "o1", "description");
fail("Expected IllegalArgumentException");
} catch (IllegalArgumentException e) {
System.err.println(e);
}
txn2.abort(ABORT_EXCEPTION);
}
@Test
public void testSetObjectDescriptionNullAfterReport() throws Exception {
reporter.reportObjectAccess("o1", AccessType.READ);