Uses of Interface
org.spincast.testing.core.utils.TrueChecker
-
Uses of TrueChecker in org.spincast.testing.core.utils
Modifier and TypeMethodDescriptionstatic boolean
SpincastTestingUtils.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 boolean
SpincastTestingUtils.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.