Function fuzzcheck::builder::basic_sensor_and_pool[][src]

pub fn basic_sensor_and_pool() -> CodeCoverageSensorAndPoolBuilder<BasicPool>
Expand description

Create the initial sensor and pool builder

Use .find_most_diverse_set_of_test_cases() or .find_test_cases_repeatedly_hitting_coverage_counters() on the result to augment the pool. Or use .finish() to obtain the concrete sensor and pool.