Trait tester::Termination [−][src]
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.
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.
impl Termination for ()[src]