Monkey Test
A property based testing (PBT) tool like QuickCheck, ScalaCheck and other deriviatives thereof, for the Rust programming language.
❗This library is in pre-alpha state. Large parts of functionality is missing and API will undergo a lot of change.
Example
use *;
Getting started
In Cargo.toml
, add
[]
= "0"
Then try some small example, like the one above.
Documentation
The Monkey Test documentation (docs.rs) contains additional usage examples and tries to be a complete guide to using Monkey Test and property based testing in general.
License
Monkey test uses the MIT license.