Lines Matching full:testresult
7 use quickcheck::TestResult;
12 fn mean(size: u8, start: u8, nresamples: u8) -> TestResult {
22 return TestResult::discard();
28 TestResult::from_bool(
38 TestResult::discard()
44 fn mean_median(size: u8, start: u8, nresamples: u8) -> TestResult {
54 return TestResult::discard();
60 TestResult::from_bool(
75 TestResult::discard()
85 ) -> TestResult {
100 return TestResult::discard();
106 TestResult::from_bool(
116 TestResult::discard()
126 ) -> TestResult {
141 return TestResult::discard();
163 TestResult::from_bool(pass)
165 TestResult::discard()