macro_rules! skip {
($reason:expr) => { ... };
}Expand description
Skip the current test at runtime. Prints the reason and returns from the test.
macro_rules! skip {
($reason:expr) => { ... };
}Skip the current test at runtime. Prints the reason and returns from the test.