Alternatives
Alternatives
In Scala there are other property-testing alternatives:
-
https://github.com/typelevel/scalacheck
The original port of QuickCheck in Scala.
-
https://zio.dev/docs/usecases/usecases_testing
A testing library build on ZIO that includes integrated shrinking.
-
https://github.com/melrief/sonic
This is another port of Hedgehog, based on cats and monix.
-
https://github.com/scalaprops/scalaprops
Makes some improvements on the ScalaCheck implementation.
-
https://github.com/japgolly/nyaya
Another fast data generator and property testing library in Scala.