test_2

Function test_2 

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