Combinatorial test cases
If you want to test a function that has a lot of parameters, runs slowly, or you need to test well, this library provides functions to generate test cases or test datasets that are more likely to find faults with fewer tests.
- All-pairs coverage of parameters.
- Higher-order coverage of parameters.
- Excursions from a known test case.
- Filters forbidden parameter combinations.
- Can increase coverage on subsets of parameters.