Expand description
The core traits powering propfuzz.
propfuzz relies on separating out a standard property-based test into its components:
- constructing a configuration
- executing the test, given a test runner
- formatting failing values
Traitsยง
- Structured
Target - Represents a structured fuzz target.