https://github.com/hedgehogqa/scala-hedgehog
Release with confidence, state-of-the-art property testing for Scala.
https://github.com/hedgehogqa/scala-hedgehog
Last synced: 15 days ago
JSON representation
Release with confidence, state-of-the-art property testing for Scala.
- Host: GitHub
- URL: https://github.com/hedgehogqa/scala-hedgehog
- Owner: hedgehogqa
- License: other
- Created: 2017-03-15T23:19:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T13:50:30.000Z (25 days ago)
- Last Synced: 2025-04-15T03:51:33.637Z (15 days ago)
- Language: Scala
- Homepage: https://hedgehogqa.github.io/scala-hedgehog
- Size: 6.72 MB
- Stars: 263
- Watchers: 15
- Forks: 24
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/hedgehogqa/scala-hedgehog/actions?workflow=Release)
| Project | Maven Central | Maven Central (JS) |
|:-------:|:-------------:|:-------------:|
| hedgehog-core | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-core_2.13) | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-core_sjs1_2.13) |
| hedgehog-runner | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-runner_2.13) | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-runner_sjs1_2.13) |
| hedgehog-sbt | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-sbt_2.13) | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-sbt_sjs1_2.13) |
| hedgehog-minitest | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-minitest_2.13) | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-minitest_sjs1_2.13) |
| hedgehog-munit | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-munit_2.13) | [](https://search.maven.org/artifact/qa.hedgehog/hedgehog-munit_sjs1_2.13) |> Hedgehog will eat all your bugs.
# Please visit [https://hedgehogqa.github.io/scala-hedgehog](https://hedgehogqa.github.io/scala-hedgehog)
[Hedgehog](http://hedgehog.qa/) is a modern property-based testing
system, in the spirit of QuickCheck (and ScalaCheck). Hedgehog uses integrated shrinking,
so shrinks obey the invariants of generated values by construction.