pub fn run( setup: Setup, stop_condition: impl FnMut(&str, &str) -> bool, ) -> String
Runs a test configured by Setup.
Setup