Macros§
- quickcheck
- A macro for writing quickcheck tests.
Structs§
- Gen
- Gen represents a PRNG.
- Quick
Check - The main QuickCheck type for setting configuration and running QuickCheck.
- Test
Result - Describes the status of a single instance of a test.
Traits§
- Arbitrary
Arbitrarydescribes types whose values can be randomly generated and shrunk.- Testable
Testabledescribes types (e.g., a function) whose values can be tested.
Functions§
- empty_
shrinker - Creates a shrinker with zero elements.
- quickcheck
- Convenience function for running QuickCheck.
- single_
shrinker - Creates a shrinker with a single element.