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