Module traits

Source
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ยง

StructuredTarget
Represents a structured fuzz target.