CommonLibrary/Testing/
mod.rs

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,
5
6//! mirroring the `vscode.test` API.
7
8// --- Trait Definition ---
9pub mod TestController;