strategy
Implements the Strategy trait and exports built-in strategies for property-based testing.
Modules
-
list_strategy: Implements the list strategy for generating randomListvalues in property tests. -
simd_strategy: Implements the SIMD strategy for generating randomSIMDvalues in property tests. -
string_strategy: Implements the string strategy for generating randomStringvalues in property tests.
Traits
-
Strategy: A type used to produce random inputs for property tests.