1 2 3 4 5 6 7
//! Queue validation scenario coverage. //! //! Responsibilities: //! - Include the extracted queue validation suite in the original test module scope. #[path = "../validation_runtime_tests.rs"] mod validation_runtime_tests;