Module unimock::property

source ·
Expand description

Traits and types used for describing the properties of various mock types.

Structs§

  • Marker type for output sequences of potentially infinite size.
  • Marker type for output sequences of finite, exact size.
  • Marker type for calls that can be matched in any order.
  • Marker type for calls that must be matched in a specific order.

Traits§

  • Trait for describing expected call ordering.
  • Trait for describing the repetition class of output sequences.