mirror of
https://github.com/sbt/sbt.git
synced 2026-08-28 17:13:56 +02:00
Add: hedgehog to supported default testFrameworks
This commit is contained in:
@@ -29,9 +29,10 @@ object TestFrameworks {
|
||||
val MUnit = TestFramework("munit.Framework")
|
||||
val ZIOTest = TestFramework("zio.test.sbt.ZTestFramework")
|
||||
val WeaverTestCats = TestFramework("weaver.framework.CatsEffect")
|
||||
val Hedgehog = TestFramework("hedgehog.sbt.Framework")
|
||||
|
||||
val All: Seq[TestFramework] =
|
||||
Seq(ScalaCheck, Specs2, Specs, ScalaTest, JUnit, MUnit, ZIOTest, WeaverTestCats)
|
||||
Seq(ScalaCheck, Specs2, Specs, ScalaTest, JUnit, MUnit, ZIOTest, WeaverTestCats, Hedgehog)
|
||||
}
|
||||
|
||||
final class TestFramework(val implClassNames: String*) extends Serializable {
|
||||
|
||||
Reference in New Issue
Block a user