testing library

Testing helpers for Oxy.

Import this library in tests that need MockTransport to run client code without a real server.

Classes

MockTransport
Deterministic in-memory transport for tests.

Typedefs

MockResponder = Future<Response> Function(Request request, Context context)
Handles requests sent through MockTransport.