Expand description

Subvalue providers are used by mutators. They help generate interesting test cases by mixing parts of differents values together.

See the documentation of the Mutator trait for more informatiom.

Structs

A SubValueProvider created from the subvalues of a particular test case.

A SubValueProvider that always return None

Uniquely identifies a SubValueProvider

Traits

An object-safe trait which can give values of arbitrary types.