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