Searched refs:restartTimesMs (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java629 restartTimesMs.add(durationMs);
638 private static List<Long> restartTimesMs = new ArrayList<Long>(); field in class:TestCaseUtils
640 return Collections.unmodifiableList(restartTimesMs);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java563 restartTimesMs.add(durationMs);
572 private static List<Long> restartTimesMs = new ArrayList<Long>(); field in class:TestCaseUtils
574 return Collections.unmodifiableList(restartTimesMs);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java629 restartTimesMs.add(durationMs);
638 private static List<Long> restartTimesMs = new ArrayList<Long>(); field in class:TestCaseUtils
640 return Collections.unmodifiableList(restartTimesMs);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java563 restartTimesMs.add(durationMs);
572 private static List<Long> restartTimesMs = new ArrayList<Long>(); field in class:TestCaseUtils
574 return Collections.unmodifiableList(restartTimesMs);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java623 restartTimesMs.add(durationMs);
632 private static List<Long> restartTimesMs = new ArrayList<Long>(); field in class:TestCaseUtils
634 return Collections.unmodifiableList(restartTimesMs);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestCaseUtils.java542 restartTimesMs.add(durationMs);
551 private static List<Long> restartTimesMs = new ArrayList<>(); field in class:TestCaseUtils
553 return Collections.unmodifiableList(restartTimesMs);

Completed in 44 milliseconds