Integration with other test libraries
Integration with other test libraries#
Minitest#
Scala Hedgehog provides an integration module for minitest. This allows you to define property-based and example-based Hedgehog tests within a minitest test suite. If you use this integration, you won't need to Scala Hedgehog sbt testing extension, because you're using the one provided by minitest:
Here's an example of using hedgehog-minitest: