- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for includeEngines (0.13 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild.cross-version-tests.gradle.kts
// discard existing options configuration and add a deprecation warning. Just set the existing options. (this.testFramework.options as JUnitPlatformOptions).includeEngines("cross-version-test-engine") } if (executer == defaultExecuter) { // The test task with the default executer runs with 'check' tasks.named("check").configure { dependsOn(testTask) }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 05 02:31:24 UTC 2025 - 4.5K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.integration-tests.gradle.kts
includeSpockAnnotation("org.gradle.integtests.fixtures.compatibility.MultiVersionTestCategory") (options as JUnitPlatformOptions).includeEngines("spock") failOnNoDiscoveredTests.set(false) setSystemPropertiesOfTestJVM("all")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 2.4K bytes - Viewed (5) -
build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts
} } targets { all { testTask.configure { useJUnitPlatform { includeEngines("archunit") } testClassesDirs += sharedArchTestClasses.filter { it.isDirectory } classpath += sourceSets["main"].output.classesDirsRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 18:51:33 UTC 2025 - 3.2K bytes - Viewed (0)