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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java56 private boolean nextReturnValue; field in class:TestPasswordValidator
101 nextReturnValue = true;
126 return nextReturnValue;
216 * @param nextReturnValue The next value to return from the
219 public static void setNextReturnValue(boolean nextReturnValue) argument
221 instance.nextReturnValue = nextReturnValue;
230 * @param nextReturnValue The next string to append to the
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java55 private boolean nextReturnValue; field in class:TestPasswordValidator
100 nextReturnValue = true;
125 return nextReturnValue;
215 * @param nextReturnValue The next value to return from the
218 public static void setNextReturnValue(boolean nextReturnValue) argument
220 instance.nextReturnValue = nextReturnValue;
229 * @param nextReturnValue The next string to append to the
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java56 private boolean nextReturnValue; field in class:TestPasswordValidator
101 nextReturnValue = true;
126 return nextReturnValue;
216 * @param nextReturnValue The next value to return from the
219 public static void setNextReturnValue(boolean nextReturnValue) argument
221 instance.nextReturnValue = nextReturnValue;
230 * @param nextReturnValue The next string to append to the
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java55 private boolean nextReturnValue; field in class:TestPasswordValidator
100 nextReturnValue = true;
125 return nextReturnValue;
215 * @param nextReturnValue The next value to return from the
218 public static void setNextReturnValue(boolean nextReturnValue) argument
220 instance.nextReturnValue = nextReturnValue;
229 * @param nextReturnValue The next string to append to the
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java56 private boolean nextReturnValue; field in class:TestPasswordValidator
101 nextReturnValue = true;
126 return nextReturnValue;
216 * @param nextReturnValue The next value to return from the
219 public static void setNextReturnValue(boolean nextReturnValue) argument
221 instance.nextReturnValue = nextReturnValue;
230 * @param nextReturnValue The next string to append to the
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTestPasswordValidator.java57 private boolean nextReturnValue; field in class:TestPasswordValidator
102 nextReturnValue = true;
125 return nextReturnValue;
215 * @param nextReturnValue The next value to return from the
218 public static void setNextReturnValue(boolean nextReturnValue) argument
220 instance.nextReturnValue = nextReturnValue;
229 * @param nextReturnValue The next string to append to the

Completed in 30 milliseconds