- waitForMaxSize(Collection<?>, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
This method checks frequently if the size of the specified collection
is under the speficied max size.
- waitForMaxSize(Collection<?>, int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
This method checks frequently if the size of the specified collection
is under the speficied max size.
- waitForNumber(int[], int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
This method checks frequently if the number of the first element
of the specified int[] has reached the expected value.
- waitForNumber(int[], int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
This method checks frequently if the number of the first element
of the specified int[] has reached the expected value.
- waitForSize(Collection<?>, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
This method checks frequently if the size of the specified collection
has reached the expected size.
- waitForSize(Collection<?>, int, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
This method checks frequently if the size of the specified collection
has reached the expected size.
- waitForTrue(TrueChecker) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
Since Websockets are async, it's hard to wait for a
specific period of time before validating if an event
occured.
- waitForTrue(TrueChecker, int) - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
Since Websockets are async, it's hard to wait for a
specific period of time before validating if an event
occured.
- waitForTrueLoopInterval() - Static method in class org.spincast.testing.core.utils.SpincastTestUtils
-
- websocket(String) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
- websocket(String, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-
- websocket(String, boolean, boolean) - Method in class org.spincast.testing.core.SpincastIntegrationTestBase
-