https://github.com/kotest/kotest-property-arbs
Fake data generator for use in tests (or in your applications) via Kotest arbs
https://github.com/kotest/kotest-property-arbs
fake-data fake-data-generator faker hacktoberfest kotest kotlin testing
Last synced: about 1 month ago
JSON representation
Fake data generator for use in tests (or in your applications) via Kotest arbs
- Host: GitHub
- URL: https://github.com/kotest/kotest-property-arbs
- Owner: kotest
- License: apache-2.0
- Created: 2019-03-13T00:06:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T17:25:14.000Z (10 months ago)
- Last Synced: 2024-08-20T19:52:08.467Z (10 months ago)
- Topics: fake-data, fake-data-generator, faker, hacktoberfest, kotest, kotlin, testing
- Language: Kotlin
- Homepage:
- Size: 551 KB
- Stars: 6
- Watchers: 6
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotest-property-arbs

[](http://search.maven.org/#search%7Cga%7C1%7Ckotest-property-arbs)
[](https://oss.sonatype.org/content/repositories/snapshots/io.kotest.extensions/kotest-property-arbs)
A collection of `Arb`'s that work with [Kotest property testing](https://kotest.io/docs/proptest/property-based-testing.html) for many different domains, such as stock prices, brand names, wine reviews, countries, tube stations and so on.
See [full docs](https://kotest.io/docs/proptest/property-test-extra-arbs.html) at the main Kotest site.