//! Testing utilities for `ClientModule` implementations.
//!
//! Provides mock types and assertion helpers so module authors don't need to
//! reimplement surface/capabilities/server mocks in every test file.
//!
//! Available when `cfg(test)` (this crate's own tests) or when consumers
//! enable the `testing` feature in their dev-dependencies.
pub use ;