forge::progress

Function start_fuzz_progress

Source
pub fn start_fuzz_progress(
    tests_progress: Option<&TestsProgress>,
    suite_name: &str,
    test_name: &String,
    runs: u32,
) -> Option<ProgressBar>
Expand description

Helper function for creating fuzz test progress bar.