public void indexSimpleTest() { List <AuditEntry> auditEntries = AuditEntry.index(DateTime.Now.AddDays(-10)); Assert.IsNotNull(auditEntries); }