Trait test::Termination

source ·
pub trait Termination {
    fn report(self) -> i32;
}
Expand description

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

Required Methods§

Implementations on Foreign Types§

Implementors§