-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Test definition (kts):
(all variables will be automatically resolved to the correct versions)
dependencies {
val jUnitV = "4.13.2"
testImplementation("junit:junit:${jUnitV}")
}
dependencies {
testFixturesApi("org.scalatest:scalatest_${vs.scala.artifactSuffix}:${vs.scalaTestV}")
testRuntimeOnly("junit:junit:4.13.2")
testRuntimeOnly("org.scalatestplus:junit-4-13_${vs.scala.artifactSuffix}:3.2.18.0")
}
test {
minHeapSize = "1024m"
maxHeapSize = "4096m"
useJUnit()
}
when executing gradle test, no test was discovered, it failed smoothly
this project also lack an example project like its JUnit 5 counterpart, making it hard to verify version compatibility
Metadata
Metadata
Assignees
Labels
No labels