In-memory B2 simulator for testing without network I/O.
B2Simulator implements 25+ B2 native API operations at the
request/response level. Create a simulator, call B2Simulator.transport
to get an HttpTransport, and pass it to B2Client. Ideal for
unit tests, CI pipelines, and local development.
In-memory B2 simulator for testing without network I/O.
B2Simulator implements 25+ B2 native API operations at the request/response level. Create a simulator, call B2Simulator.transport to get an HttpTransport, and pass it to
B2Client. Ideal for unit tests, CI pipelines, and local development.