Searched refs:PollingCondition (Results 1 – 1 of 1) sorted by relevance
35 public interface PollingCondition { interface in BusyWaitUtils56 public static void pollingCheck(PollingCondition condition, long timeout, String message) in pollingCheck()71 static boolean waitFor(PollingCondition condition, long timeout) throws Exception { in waitFor()