Skip to main content
Version: 1.0

strategy

Implements the Strategy trait and exports built-in strategies for property-based testing.

Modules

  • list_strategy: Implements the list strategy for generating random List values in property tests.
  • simd_strategy: Implements the SIMD strategy for generating random SIMD values in property tests.
  • string_strategy: Implements the string strategy for generating random String values in property tests.

Traits

  • Strategy: A type used to produce random inputs for property tests.