use of com.enonic.xp.audit.AuditLogId in project xp by enonic.
the class AuditLogServiceImplTest method get_by_id.
@Test public void get_by_id() { AuditLog log = auditLogService.get(new AuditLogId()); assertLog(log); }
Aggregations
UseOf