testing library

Helpers for testing code that talks MQTT, and for driving the protocol engine without a socket.

This library is not needed to use MqttClient; it exists so tests can inject bytes and inspect what the client wrote.

Classes

MemoryTransport
An in-memory transport used for tests and as the basis for mock brokers.