Automatic property based testing with shrinking.
cargo add quickcheck
[dependencies]
quickcheck = "1.1.0"
| 官网 | https://github.com/BurntSushi/quickcheck |
|---|---|
| 仓库 | https://github.com/BurntSushi/quickcheck |
| 文档 | https://docs.rs/quickcheck |
| 最新版本 | 1.1.0 |
| 分类 | development-tools::testing |