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

Examples of org.pentaho.platform.engine.core.audit.NullAuditEntry


    new AuditHelper();
    new AuditEntry();
  }

  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 );
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.engine.core.audit.NullAuditEntry

Copyright © 2018 www.massapicom. 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.