I’m doing QuickCheck property testing, and I want to invert things a bit: Given some minimal valid example, randomly permute fields, to make sure they fail and confirm that all the checks are being run.
- Is there any library/research to help with this?
- What would be the easiest approach?