Module testutil

Module testutil 

Source
Expand description

TCP test utilities.

Structs§

ClientBuffers
A fake implementation of client-side TCP buffers.
InfiniteSendBuffer
A buffer that always has usize::MAX bytes available to write.
RepeatingSendBuffer
A buffer that has a controllable amount of [RepeatingPayload] bytes available to read.
RingBuffer
A circular buffer implementation.
TestSendBuffer
An implementation of SendBuffer for tests.
WriteBackClientBuffers
The variant of ProvidedBuffers that provides observing the data sent/received to TCP sockets.

Enums§

ProvidedBuffers
A fake implementation of bindings buffers for TCP.