test_with_tags

Function test_with_tags 

Source
pub fn test_with_tags<F>(name: &'static str, tags: Vec<&'static str>, f: F)
where F: FnMut(&mut TestContext) -> TestResult + Send + 'static,