Implement new 'mix' test mode

This mode must be used when one configuration will run several tests
for different JUnit versions.
This commit is contained in:
Ivan Kylchik
2021-10-14 12:32:51 +03:00
parent a2d2ace71a
commit 225b064470
14 changed files with 33 additions and 27 deletions
@@ -33,7 +33,7 @@ fun Project.codegenTest(
body: Test.() -> Unit = {}
): TaskProvider<Test> = projectTest(
taskName = "codegenTarget${targetInTestClass}Jvm${jvm}Test",
jUnit5Enabled = true
jUnitMode = JUnitMode.JUnit5
) {
dependsOn(":dist")
workingDir = rootDir