Struct parables_testing::reporter::CollectingReporter[][src]

pub struct CollectingReporter<'a> { /* fields omitted */ }

A reporter that doesn't report anything.

Methods

impl<'a> CollectingReporter<'a>
[src]

Take all collected results.

Trait Implementations

impl<'a> Reporter<'a> for CollectingReporter<'a>
[src]

Report a single result.

Report that a number of tests have been skipped.

Close the reporter.

Check if reporter supports animation.

Animate the reporter.

End any in-progress animations.

Report that we've started running a test.

Auto Trait Implementations

impl<'a> Send for CollectingReporter<'a>

impl<'a> Sync for CollectingReporter<'a>