Searched defs:quickcheck (Results 1 – 6 of 6) sorted by relevance
43 macro_rules! quickcheck { macro
156 pub fn quickcheck<A>(&mut self, f: A) in quickcheck() method182 pub fn quickcheck<A: Testable>(f: A) { in quickcheck() function
1 quickcheck chapter
61 let mut quickcheck = QuickCheck::new(); localVariable
762 unsigned char quickcheck = record->normalization_quick_check; in is_normalized() local
363 macro_rules! quickcheck { macro