Lines Matching defs:test
68 /// // We may not know which of the args was used, so we can test for the group...
518 #[cfg(test)]
519 mod test {
522 #[test]
524 let g = ArgGroup::new("test")
545 #[test]
547 let g = ArgGroup::new("test")
569 // This test will *fail to compile* if ArgGroup is not Send + Sync
570 #[test]
573 foo(ArgGroup::new("test"))
576 #[test]
587 #[test]