Skip to main content

validate_protocol_hygiene

Function validate_protocol_hygiene 

Source
pub fn validate_protocol_hygiene(
    scenario: &'static str,
    visible_output: &str,
    messages: &[Message],
    forbidden_markers: &[&str],
) -> Result<(), ScenarioError>
Available on crate feature test-utils only.
Expand description

Validate that model-family control markers are absent from user-visible output and persisted history.