Searched refs:msgPattern (Results 1 – 1 of 1) sorted by relevance
464 String msgPattern, Object... msgArgs) throws Exception { in waitUntil() argument466 + String.format(msgPattern, msgArgs), timeoutSeconds, predicate); in waitUntil()474 String msgPattern, Object... msgArgs) throws Exception { in waitUntil() argument475 waitUntil(DEFAULT_TIMEOUT_SEC, predicate, msgPattern, msgArgs); in waitUntil()