pub fn test_3<A: Debug + DefaultStrategy, B: Debug + DefaultStrategy, C: Debug + DefaultStrategy>(
f: &dyn Fn(A, B, C) -> TestCaseResult,
)Expand description
Test a function that takes two values.
pub fn test_3<A: Debug + DefaultStrategy, B: Debug + DefaultStrategy, C: Debug + DefaultStrategy>(
f: &dyn Fn(A, B, C) -> TestCaseResult,
)Test a function that takes two values.