1 2 3 4 5 6 7 8 9 10
//! Test engine: configuration, lifecycle, and runtime state. //! Orchestrates MCP tests from build to cleanup. pub mod engine_builder; pub mod engine_dialog; pub mod engine_env; pub mod engine_events; pub mod engine_report; pub mod engine_state; pub mod engine_tests;