gen_storable_tests!() { /* proc-macro */ }Expand description
Generate comprehensive property tests for all storage types.
This macro generates:
- Arbitrary function generators for all Rust and Alloy integer types
- Arbitrary function generators for all
FixedBytes<N>sizesN = 1..32 - Property test invocations using the existing test body macros