pub fn test_1<A: Debug + DefaultStrategy>(f: &dyn Fn(A) -> TestCaseResult)Expand description
Test a function that takes a single value.
pub fn test_1<A: Debug + DefaultStrategy>(f: &dyn Fn(A) -> TestCaseResult)Test a function that takes a single value.