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

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestTimer.java71 <R> R repeatUntilSuccess(Callable<R> callable) throws Exception, InterruptedException; method in interface:TestTimer
164 public <R> R repeatUntilSuccess(Callable<R> callable) throws Exception, InterruptedException method in class:TestTimer.SteppingTimer

Completed in 28 milliseconds