gen_storable_tests

Function gen_storable_tests 

Source
pub(crate) fn gen_storable_tests() -> TokenStream
Expand description

Generate all storage type tests.

This function generates:

  1. Arbitrary function generators for all types
  2. Complete proptest! blocks with test function implementations