Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forwardStdOutput (0.12 sec)

  1. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/enduser/GradleRunnerConsoleInputEndUserIntegrationTest.groovy

                    .withProjectDir(testProjectDir)
                    .withArguments('$DUMMY_TASK_NAME')
                    .withDebug($debug)
                    .withStandardInput(stdin)
                    .forwardStdOutput(stdout)
                    .build()
    
                then:
                result.output.contains('$PROMPT')
                result.output.contains('${answerOutput(true)}')
            """)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top