Uses of Interface
net.officefloor.frame.test.ThreadedTestSupport.WaitForTruePredicate
-
Packages that use ThreadedTestSupport.WaitForTruePredicate Package Description net.officefloor.frame.test -
-
Uses of ThreadedTestSupport.WaitForTruePredicate in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type ThreadedTestSupport.WaitForTruePredicate Modifier and Type Method Description <T extends java.lang.Throwable>
voidThreadedTestSupport. waitForTrue(ThreadedTestSupport.WaitForTruePredicate<T> check)
Waits for the check to betrue
.<T extends java.lang.Throwable>
voidThreadedTestSupport. waitForTrue(ThreadedTestSupport.WaitForTruePredicate<T> check, int secondsToRun)
Waits for the check to betrue
.
-