An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Release Status](https://github.com/hedgehogqa/scala-hedgehog/workflows/Release/badge.svg)](https://github.com/hedgehogqa/scala-hedgehog/actions?workflow=Release)

| Project | Maven Central | Maven Central (JS) |
|:-------:|:-------------:|:-------------:|
| hedgehog-core | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-core_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-core_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-core_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-core_sjs1_2.13) |
| hedgehog-runner | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-runner_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-runner_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-runner_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-runner_sjs1_2.13) |
| hedgehog-sbt | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-sbt_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-sbt_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-sbt_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-sbt_sjs1_2.13) |
| hedgehog-minitest | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-minitest_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-minitest_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-minitest_sjs1_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-minitest_sjs1_2.13) |
| hedgehog-munit | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-munit_2.13/badge.svg)](https://search.maven.org/artifact/qa.hedgehog/hedgehog-munit_2.13) | [![Maven Central](https://maven-badges.herokuapp.com/maven-central/qa.hedgehog/hedgehog-munit_sjs1_2.13/badge.svg)](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.