Searched defs:entryCnt (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java541 int entryCnt = 10;
543 addEntriesWithHistorical(1, entryCnt);
591 * @param entryCnt The number of entries to create
594 private void addEntriesWithHistorical(int dnSuffix, int entryCnt) argument
597 for (int i=0; i<entryCnt;i++)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java541 int entryCnt = 10;
543 addEntriesWithHistorical(1, entryCnt);
591 * @param entryCnt The number of entries to create
594 private void addEntriesWithHistorical(int dnSuffix, int entryCnt) argument
597 for (int i=0; i<entryCnt;i++)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java541 int entryCnt = 10;
543 addEntriesWithHistorical(1, entryCnt);
591 * @param entryCnt The number of entries to create
594 private void addEntriesWithHistorical(int dnSuffix, int entryCnt) argument
597 for (int i=0; i<entryCnt;i++)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java489 int entryCnt = 10;
491 addEntriesWithHistorical(1, entryCnt);
532 * @param entryCnt The number of entries to create
534 private void addEntriesWithHistorical(int dnSuffix, int entryCnt) throws Exception argument
536 for (int i=0; i<entryCnt;i++)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DHistoricalTest.java489 int entryCnt = 10;
491 addEntriesWithHistorical(1, entryCnt);
532 * @param entryCnt The number of entries to create
534 private void addEntriesWithHistorical(int dnSuffix, int entryCnt) throws Exception argument
536 for (int i=0; i<entryCnt;i++)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DHistoricalTest.java533 * @param entryCnt The number of entries to create
535 private void addEntriesWithHistorical(final int dnSuffix, final int entryCnt) throws Exception argument
537 for (int i=0; i<entryCnt;i++)
609 for (int i = 0; i < entryCnt; i++)

Completed in 407 milliseconds