Searched defs:QuickCheck (Results 1 – 3 of 3) sorted by relevance
12 pub struct QuickCheck { struct13 tests: u64,14 max_tests: u64,15 min_tests_passed: u64,16 gen: Gen,51 impl QuickCheck { implementation71 pub fn gen(self, gen: Gen) -> QuickCheck { in gen() method81 pub fn tests(mut self, tests: u64) -> QuickCheck { in tests() method91 pub fn max_tests(mut self, max_tests: u64) -> QuickCheck { in max_tests() method100 pub fn min_tests_passed(mut self, min_tests_passed: u64) -> QuickCheck { in min_tests_passed() method
50 public class QuickCheck { class
1368 T Context, bool QuickCheck = true) { in getOprIdx()