Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for indyModes (0.24 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/Execute3QualifiedStaticInstrumentationInDynamicGroovyWithoutIndyIntegrationTest.groovy

     * </pre>
     */
    class Execute3QualifiedStaticInstrumentationInDynamicGroovyWithoutIndyIntegrationTest extends Execute3QualifiedStaticInstrumentationInDynamicGroovyWithIndyIntegrationTest {
        @Override
        def indyModes() {
            return [false]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/AbstractProcessInstrumentationInDynamicGroovyIntegrationTest.groovy

         * @return the list of indy modes
         */
        def indyModes() {
            return [true, false]
        }
    
        final def testCasesWithIndyModes() {
            // Combine each test case with enableIndy=true and/or enableIndy=false
            return [testCases(), indyModes()].combinations().collect { it.flatten() }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/Execute1QualifiedStaticInstrumentationInDynamicGroovyWithoutIndyIntegrationTest.groovy

     * </pre>
     */
    class Execute1QualifiedStaticInstrumentationInDynamicGroovyWithoutIndyIntegrationTest extends Execute1QualifiedStaticInstrumentationInDynamicGroovyWithIndyIntegrationTest {
        @Override
        def indyModes() {
            return [false]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/Execute1InstanceInstrumentationInDynamicGroovyWithoutIndyIntegrationTest.groovy

     * </pre>
     */
    class Execute1InstanceInstrumentationInDynamicGroovyWithoutIndyIntegrationTest extends Execute1InstanceInstrumentationInDynamicGroovyWithIndyIntegrationTest {
        @Override
        def indyModes() {
            return [false]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/Execute1StaticInstrumentationInDynamicGroovyWithoutIndyIntegrationTest.groovy

     *     execute(["echo", "123"])
     * </pre>
     */
    class Execute1StaticInstrumentationInDynamicGroovyWithoutIndyIntegrationTest extends Execute1StaticInstrumentationInDynamicGroovyWithIndyIntegrationTest {
        @Override
        def indyModes() {
            return [false]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/RuntimeExec2InstrumentationInDynamicGroovyWithoutIndyIntegrationTest.groovy

     * </pre>
     */
    class RuntimeExec2InstrumentationInDynamicGroovyWithoutIndyIntegrationTest extends RuntimeExec2InstrumentationInDynamicGroovyWithIndyIntegrationTest {
        @Override
        def indyModes() {
            return [false]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/Execute1InstanceInstrumentationInDynamicGroovyWithIndyIntegrationTest.groovy

     *     ["echo", "123"].execute()
     * </pre>
     */
    class Execute1InstanceInstrumentationInDynamicGroovyWithIndyIntegrationTest extends AbstractProcessInstrumentationInDynamicGroovyIntegrationTest {
        @Override
        def indyModes() {
            return [true]
        }
    
        @Override
        def testCases() {
            return [
                // varInitializer | processCreator | expectedPwdSuffix | expectedEnvVar
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/Execute1QualifiedStaticInstrumentationInDynamicGroovyWithIndyIntegrationTest.groovy

     * </pre>
     */
    class Execute1QualifiedStaticInstrumentationInDynamicGroovyWithIndyIntegrationTest extends AbstractProcessInstrumentationInDynamicGroovyIntegrationTest {
        @Override
        def indyModes() {
            return [true]
        }
    
        @Override
        def testCases() {
            return [
                // Direct ProcessGroovyMethods calls
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/Execute3InstanceInstrumentationInDynamicGroovyWithoutIndyIntegrationTest.groovy

     * </pre>
     */
    class Execute3InstanceInstrumentationInDynamicGroovyWithoutIndyIntegrationTest extends Execute3InstanceInstrumentationInDynamicGroovyWithIndyIntegrationTest {
        @Override
        def indyModes() {
            return [false]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/instrument/RuntimeExec1InstrumentationInDynamicGroovyWithoutIndyIntegrationTest.groovy

     * </pre>
     */
    class RuntimeExec1InstrumentationInDynamicGroovyWithoutIndyIntegrationTest extends RuntimeExec1InstrumentationInDynamicGroovyWithIndyIntegrationTest {
        @Override
        def indyModes() {
            return [false]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top