Home
last modified time | relevance | path

Searched defs:max_tests (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/src/
Dtester.rs14 max_tests: u64, field
64 let max_tests = cmp::max(tests, qc_max_tests()); in new() localVariable
91 pub fn max_tests(mut self, max_tests: u64) -> QuickCheck { in max_tests() method