Package org.jwall.audit.script.utils

Examples of org.jwall.audit.script.utils.ListIteratorImpl.previous()


    Assert.assertNotNull(evt);

    AuditEvent first = database.getRealList().get(0);

    it.next();
    it.previous();
    evt = it.previous();
    Assert.assertEquals(first.get(ModSecurity.TX_ID),
        evt.get(ModSecurity.TX_ID));
  }
View Full Code Here


    AuditEvent first = database.getRealList().get(0);

    it.next();
    it.previous();
    evt = it.previous();
    Assert.assertEquals(first.get(ModSecurity.TX_ID),
        evt.get(ModSecurity.TX_ID));
  }

  @Test
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.