Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for helloWorldBuildSrc (0.11 sec)

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

            """
    
            when:
            def result = runner("helloWorld1", "helloWorldBuildSrc")
                .withPluginClasspath(plugin.implClasspath)
                .build()
    
            then:
            result.task(":helloWorld1").outcome == SUCCESS
            result.task(":helloWorldBuildSrc").outcome == SUCCESS
            result.output.contains "Hello world!1"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 15 03:45:31 UTC 2024
    - 13K bytes
    - Viewed (0)
Back to top