Class DefaultNetworkTestOperations
- java.lang.Object
-
- com.playtika.test.common.operations.DefaultNetworkTestOperations
-
- All Implemented Interfaces:
NetworkTestOperations
public class DefaultNetworkTestOperations extends Object implements NetworkTestOperations
-
-
Constructor Summary
Constructors Constructor Description DefaultNetworkTestOperations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNetworkLatencyForResponses(Duration delay)voidremoveNetworkLatencyForResponses()voidwithNetworkLatency(Duration delay, ThrowingRunnable runnable)<T> TwithNetworkLatency(Duration delay, Callable<T> callable)
-
-
-
Method Detail
-
addNetworkLatencyForResponses
public void addNetworkLatencyForResponses(Duration delay)
- Specified by:
addNetworkLatencyForResponsesin interfaceNetworkTestOperations
-
removeNetworkLatencyForResponses
public void removeNetworkLatencyForResponses()
- Specified by:
removeNetworkLatencyForResponsesin interfaceNetworkTestOperations
-
withNetworkLatency
public void withNetworkLatency(Duration delay, ThrowingRunnable runnable)
- Specified by:
withNetworkLatencyin interfaceNetworkTestOperations
-
withNetworkLatency
public <T> T withNetworkLatency(Duration delay, Callable<T> callable)
- Specified by:
withNetworkLatencyin interfaceNetworkTestOperations
-
-