distributed-process-tests-0.5.1: Tests and test support tools for distributed-process.
Safe HaskellNone
LanguageHaskell98

Network.Transport.Test

Synopsis

Documentation

data TestTransport Source #

Extra operations required of transports for the purposes of testing.

Constructors

TestTransport 

Fields

  • testTransport :: Transport

    The transport to use for testing.

  • testBreakConnection :: EndPointAddress -> EndPointAddress -> IO ()

    IO action to perform to simulate losing a connection.