Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for includeEngines (0.04 sec)

  1. 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: 2025-05-28 11:36
    - Last Modified: 2025-05-16 18:26
    - 4.5K bytes
    - Viewed (0)
  2. 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: 2025-05-28 11:36
    - Last Modified: 2025-05-23 03:45
    - 2K bytes
    - Viewed (2)
Back to top