[go: up one dir, main page]

[][src]Trait tester::Termination

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

Loading content...

Implementations on Foreign Types

impl Termination for ()[src]

Loading content...

Implementors

Loading content...