Module test_protocols

Source
Expand description

Sync protocol implementations for testing purposes.

  • DummyProtocol
  • PingPongProtocol
  • FailingProtocol

Structs§

DummyProtocol
A sync implementation which fulfills basic protocol requirements but nothing more
PingPongProtocol
A sync implementation where the initiator sends a ping message and the acceptor responds with a pong message.
SyncTestTopic

Enums§

FailingProtocol
A sync implementation which returns a mocked error.