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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DPackageInfoTestCase.java254 * @param startingPoint The directory that marks the starting point at
259 private void getSourceDirectories(File startingPoint, argument
263 for (File f : startingPoint.listFiles())
276 sourceDirectories.add(startingPoint);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DPackageInfoTestCase.java253 * @param startingPoint The directory that marks the starting point at
258 private void getSourceDirectories(File startingPoint, argument
262 for (File f : startingPoint.listFiles())
275 sourceDirectories.add(startingPoint);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DPackageInfoTestCase.java254 * @param startingPoint The directory that marks the starting point at
259 private void getSourceDirectories(File startingPoint, argument
263 for (File f : startingPoint.listFiles())
276 sourceDirectories.add(startingPoint);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DPackageInfoTestCase.java253 * @param startingPoint The directory that marks the starting point at
258 private void getSourceDirectories(File startingPoint, argument
262 for (File f : startingPoint.listFiles())
275 sourceDirectories.add(startingPoint);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DPackageInfoTestCase.java254 * @param startingPoint The directory that marks the starting point at
259 private void getSourceDirectories(File startingPoint, argument
263 for (File f : startingPoint.listFiles())
276 sourceDirectories.add(startingPoint);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DPackageInfoTestCase.java229 * @param startingPoint The directory that marks the starting point at
234 private void getSourceDirectories(File startingPoint, argument
237 Reject.ifFalse(startingPoint.isDirectory(), startingPoint.getAbsolutePath() + " is not a directory.");
239 for (File f : startingPoint.listFiles())
252 sourceDirectories.add(startingPoint);

Completed in 31 milliseconds