Module evm_adapters::fuzz[][src]

Expand description

Fuzzing support abstracted over the Evm used

Structs

Data of a single fuzz test case

Configuration for how a proptest test should be run.

The outcome of a fuzz test

Container type for all successful test cases

Wrapper around any Evm implementor which provides fuzzing support using proptest.

Functions

Given a function, it returns a proptest strategy which generates valid abi-encoded calldata for that function’s input types.