Configure the number of quickcheck tests to perform. The test run by the `quickcheck` method works by constructing a sequence of allocations and deallocations, and then performing that sequence. This process is repeated over and over until a failure is found. This method configures the number of such tests that are performed before the test is considered successful and halted. By default, the `qu
(mut self, tests: usize)
source not stored for this graph (policy: none)
no outgoing calls