Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            when:
            def result = pluginUnderTest.build().exposeMetadata {
                runner('helloWorld')
                    .buildAndFail()
            }
    
            then:
            !execFailure(result).error.contains("Gradle TestKit (classpath:")
        }
    
        @InspectsBuildOutput
        def "explicit classpath takes precedence over conventional classpath"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 15 03:45:31 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top