Trait tester::Termination[][src]

pub trait Termination {
    fn report(self) -> i32;
}

Invoked when unit tests terminate. Should panic if the unit Tests is considered a failure. By default, invokes report() and checks for a 0 result.

Required methods

fn report(self) -> i32[src]

Loading content...

Implementations on Foreign Types

impl Termination for ()[src]

Loading content...

Implementors

Loading content...