Trait unit_testing::unit::object::Take
source · pub trait Take {
// Required methods
fn assert_that(&mut self, t: bool) -> bool;
fn take(&mut self, t: bool, s: &str, e: &str) -> &mut Self;
fn check(&mut self, t: bool, s: &str, e: &str);
}Expand description
§Calculate the time of the test function
Required Methods§
sourcefn assert_that(&mut self, t: bool) -> bool
fn assert_that(&mut self, t: bool) -> bool
§run assertion
tThe test
Object Safety§
This trait is not object safe.