gen_storable_tests

Macro gen_storable_tests 

Source
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> sizes N = 1..32
  • Property test invocations using the existing test body macros