pub fn create_reporter<W: 'static + Write + Send + Sync>(
filter_ansi: bool,
dir: Option<DirectoryReporterOptions>,
writer: W,
) -> Result<RunReporter, Error>
Expand description
Create a reporter for use with |run_tests_and_get_outcome|.
pub fn create_reporter<W: 'static + Write + Send + Sync>(
filter_ansi: bool,
dir: Option<DirectoryReporterOptions>,
writer: W,
) -> Result<RunReporter, Error>
Create a reporter for use with |run_tests_and_get_outcome|.