@Before
 public void initTest() {
   auditEventRepository.deleteAll();
   auditEvent = new PersistentAuditEvent();
   auditEvent.setAuditEventType(SAMPLE_TYPE);
   auditEvent.setPrincipal(SAMPLE_PRINCIPAL);
   auditEvent.setAuditEventDate(SAMPLE_TIMESTAMP);
 }