run

Function run 

Source
pub fn run(
    setup: Setup,
    stop_condition: impl FnMut(&str, &str) -> bool,
) -> String
Expand description

Runs a test configured by Setup.