1//! # Testing Service
2//!
3//! This module defines the abstract contract for the Test service, which is
4//! responsible for managing test controllers, test runs, and test results,
56//! mirroring the `vscode.test` API.
78// --- Trait Definition ---
9pub mod TestController;