Uses of Interface
net.officefloor.frame.test.ThreadedTestSupport.WaitForTruePredicate
Packages that use ThreadedTestSupport.WaitForTruePredicate
-
Uses of ThreadedTestSupport.WaitForTruePredicate in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ThreadedTestSupport.WaitForTruePredicateModifier and TypeMethodDescription<T extends Throwable>
voidThreadedTestSupport.waitForTrue(ThreadedTestSupport.WaitForTruePredicate<T> check) Waits for the check to betrue.<T extends Throwable>
voidThreadedTestSupport.waitForTrue(ThreadedTestSupport.WaitForTruePredicate<T> check, int secondsToRun) Waits for the check to betrue.<T extends Throwable>
voidThreadedTestSupport.waitForTrue(ThreadedTestSupport.WaitForTruePredicate<T> check, int secondsToRun, String message) Waits for the check to betrue.<T extends Throwable>
voidThreadedTestSupport.waitForTrue(ThreadedTestSupport.WaitForTruePredicate<T> check, String message) Waits for the check to betrue.