pub fn progress_event(line: &str) -> Option<ProgressEvent>Expand description
Classifies one line of libtest output as a ProgressEvent, or None if
it is neither a test-count announcement nor a per-test outcome line.
pub fn progress_event(line: &str) -> Option<ProgressEvent>Classifies one line of libtest output as a ProgressEvent, or None if
it is neither a test-count announcement nor a per-test outcome line.