test_3

Function test_3 

Source
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.