Interface NetworkTestOperations

All Known Implementing Classes:
DefaultNetworkTestOperations

public interface NetworkTestOperations
  • Method Details

    • addNetworkLatencyForResponses

      void addNetworkLatencyForResponses(Duration delay)
    • removeNetworkLatencyForResponses

      void removeNetworkLatencyForResponses()
    • withNetworkLatency

      void withNetworkLatency(Duration delay, ThrowingRunnable runnable)
    • withNetworkLatency

      <T> T withNetworkLatency(Duration delay, Callable<T> callable)