Expand description
§foundry-evm-fuzz
EVM fuzzing implementation using [proptest
].
Modules§
Structs§
- Data of a single fuzz test case
- Configuration for how a proptest test should be run.
- Fixtures to be used for fuzz tests.
- The outcome of a fuzz test
- Container type for all successful test cases
- An inspector that can fuzz and collect data for that effect.
- The reason for why something, such as a generated value, was rejected.
Enums§
- Possible errors when running fuzz tests
Functions§
- Extracts fixture name from a function name. For example: fixtures defined in
fixture_Owner
function will be applied forowner
parameter.