Class DefaultNetworkTestOperations
java.lang.Object
com.playtika.test.common.operations.DefaultNetworkTestOperations
- All Implemented Interfaces:
NetworkTestOperations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidwithNetworkLatency(Duration delay, ThrowingRunnable runnable) <T> TwithNetworkLatency(Duration delay, Callable<T> callable)
-
Constructor Details
-
DefaultNetworkTestOperations
public DefaultNetworkTestOperations()
-
-
Method Details
-
addNetworkLatencyForResponses
- Specified by:
addNetworkLatencyForResponsesin interfaceNetworkTestOperations
-
removeNetworkLatencyForResponses
public void removeNetworkLatencyForResponses()- Specified by:
removeNetworkLatencyForResponsesin interfaceNetworkTestOperations
-
withNetworkLatency
- Specified by:
withNetworkLatencyin interfaceNetworkTestOperations
-
withNetworkLatency
- Specified by:
withNetworkLatencyin interfaceNetworkTestOperations
-