Package org.pentaho.platform.engine.core.audit

Examples of org.pentaho.platform.engine.core.audit.NullAuditEntry.auditAll()


  }

  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 );
  }

  public void testClearCounts() {
    AuditEntry auditEntry = new AuditEntry();
    long counterResetDateTime = auditEntry.getCounterResetDateTime().getTime();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.