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