Examples of AuditFileEntry


Examples of org.pentaho.platform.engine.services.audit.AuditFileEntry

    return SOLUTION_PATH;
  }

  public void testAuditFileEntry() {
    startTest();
    AuditFileEntry auditFileEntry = new AuditFileEntry();
    auditFileEntry
        .auditAll(
            "234234", "2342342342", "234234234", "String", "actor", "messageType", "messageName", "messageTxtValue", new BigDecimal( 2324323.23 ), 23 ); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$ //$NON-NLS-6$ //$NON-NLS-7$ //$NON-NLS-8$

    assertTrue( true );
    finishTest();
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.