Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runInteractive (0.09 sec)

  1. platforms/enterprise/enterprise/src/integTest/groovy/org/gradle/internal/enterprise/DevelocityPluginConfigurationCachingIntegrationTest.groovy

                    }
                }
            """
    
            when:
            runInteractive("read", "yes")
    
            then:
            output.contains("response: true")
    
            when:
            runInteractive("read", "no")
    
            then:
            output.contains("response: false")
        }
    
        private void runInteractive(String task, String answer) {
            executer.withForceInteractive(true)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 10:49:16 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top