Uses of Interface
org.spincast.testing.core.utils.TrueChecker
Packages that use TrueChecker
-
Uses of TrueChecker in org.spincast.testing.core.utils
Methods in org.spincast.testing.core.utils with parameters of type TrueCheckerModifier and TypeMethodDescriptionstatic booleanSpincastTestingUtils.waitForTrue(TrueChecker trueChecker) Since Websockets are async, it's hard to wait for a specific period of time before validating if an event occured.static booleanSpincastTestingUtils.waitForTrue(TrueChecker trueChecker, int maxMillisecToWait) Since Websockets are async, it's hard to wait for a specific period of time before validating if an event occured.