Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for defineTestException (0.19 sec)

  1. platforms/core-runtime/base-services/src/integTest/groovy/org/gradle/internal/exceptions/DefaultMultiCauseExceptionIntegrationTest.groovy

        def 'when tasks throw exceptions that offer resolutions, those resolutions are included'() {
            given:
            buildFile << """
                ${defineTestException()}
    
                tasks.register('myTask') {
                    doLast {
                        throw new TestResolutionProviderException('resolution1')
                    }
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top