Searched defs:checkLastCookie (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java965 private CSN[] generateAndPublishUpdateMsgForEachOperationType(String testName, boolean checkLastCookie) argument
969 publishUpdateMessagesInOTest(testName, checkLastCookie,
978 private void publishUpdateMessagesInOTest(String testName, boolean checkLastCookie, UpdateMsg...messages) argument
981 publishUpdateMessages(testName, DN_OTEST, SERVER_ID_1, checkLastCookie, messages);
984 private void publishUpdateMessagesInOTest2(String testName, boolean checkLastCookie, UpdateMsg...messages) argument
987 publishUpdateMessages(testName, DN_OTEST2, SERVER_ID_2, checkLastCookie, messages);
993 * @param checkLastCookie if true, checks that last cookie is update after each message publication
995 private void publishUpdateMessages(String testName, DN baseDN, int serverId, boolean checkLastCookie, argument
1013 if (checkLastCookie)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/
H A DChangelogBackendTestCase.java965 private CSN[] generateAndPublishUpdateMsgForEachOperationType(String testName, boolean checkLastCookie) argument
969 publishUpdateMessagesInOTest(testName, checkLastCookie,
978 private void publishUpdateMessagesInOTest(String testName, boolean checkLastCookie, UpdateMsg...messages) argument
981 publishUpdateMessages(testName, DN_OTEST, SERVER_ID_1, checkLastCookie, messages);
984 private void publishUpdateMessagesInOTest2(String testName, boolean checkLastCookie, UpdateMsg...messages) argument
987 publishUpdateMessages(testName, DN_OTEST2, SERVER_ID_2, checkLastCookie, messages);
993 * @param checkLastCookie if true, checks that last cookie is update after each message publication
995 private void publishUpdateMessages(String testName, DN baseDN, int serverId, boolean checkLastCookie, argument
1013 if (checkLastCookie)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DChangelogBackendTestCase.java980 private CSN[] generateAndPublishUpdateMsgForEachOperationType(String testName, boolean checkLastCookie) argument
984 publishUpdateMessagesInOTest(testName, checkLastCookie,
993 private void publishUpdateMessagesInOTest(String testName, boolean checkLastCookie, UpdateMsg...messages) argument
996 publishUpdateMessages(testName, server1, checkLastCookie, messages);
1008 * @param checkLastCookie if true, checks that last cookie is update after each message publication
1010 private void publishUpdateMessages(String testName, ReplicaId replicaId, boolean checkLastCookie, argument
1026 if (checkLastCookie)

Completed in 31 milliseconds