Skip to main content

Module mock

Module mock 

Source
Expand description

Mock agent backend for testing.

Provides a configurable mock that implements AgentAdapter, tracking all method calls and supporting error injection. No real agents or tmux needed.

Structs§

MockBackend
A mock backend that records all calls and returns configurable values.
MockConfig
Configurable behavior for the mock backend.

Enums§

MockCall
Record of a method call on MockBackend.