https://github.com/battermann/property-based-testing-example
https://github.com/battermann/property-based-testing-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/battermann/property-based-testing-example
- Owner: battermann
- License: mit
- Created: 2021-01-27T09:35:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T10:18:28.000Z (over 5 years ago)
- Last Synced: 2025-02-04T21:20:24.363Z (over 1 year ago)
- Language: Scala
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Property Based Testing Example
In Scala.
Run with [Ammonite](https://ammonite.io/#ScalaScripts):
```sh
amm propertybasedtesting.sc
```
See also: [An introduction to property based testing](https://fsharpforfunandprofit.com/pbt/)