pub fn start_fuzz_progress(
tests_progress: Option<&TestsProgress>,
suite_name: &str,
test_name: &String,
timeout: Option<u32>,
runs: u32,
) -> Option<ProgressBar>
Expand description
Helper function for creating fuzz test progress bar.