All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.playtika.test.common.operations.NetworkTestOperations Maven / Gradle / Ivy

package com.playtika.test.common.operations;

import com.playtika.test.common.utils.ThrowingRunnable;

import java.time.Duration;
import java.util.concurrent.Callable;

public interface NetworkTestOperations {

    void addNetworkLatencyForResponses(Duration delay);

    void removeNetworkLatencyForResponses();

    void withNetworkLatency(Duration delay, ThrowingRunnable runnable);

     T withNetworkLatency(Duration delay, Callable callable);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy