Search in sources :

Example 1 with NullAuditEntry

use of org.pentaho.platform.engine.core.audit.NullAuditEntry in project pentaho-platform by pentaho.

the class AuditEntryTest method testNullAuditEntry.

public void testNullAuditEntry() {
    IAuditEntry auditEntry = new NullAuditEntry();
    // this should not fail, even with all nulls as inputs
    auditEntry.auditAll(null, null, null, null, null, null, null, null, null, 0.0);
}
Also used : IAuditEntry(org.pentaho.platform.api.engine.IAuditEntry) NullAuditEntry(org.pentaho.platform.engine.core.audit.NullAuditEntry)

Aggregations

IAuditEntry (org.pentaho.platform.api.engine.IAuditEntry)1 NullAuditEntry (org.pentaho.platform.engine.core.audit.NullAuditEntry)1