Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failureDescriptionContains (0.18 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

            when:
            fails 'missingRequiredService'
    
            then:
            failureDescriptionContains("A problem was found with the configuration of task ':missingRequiredService' (type 'Consumer').")
            failureDescriptionContains("- Type 'Consumer' property 'counter' doesn't have a configured value.")
            failureDescriptionContains("Reason: This property isn't marked as optional and no value has been configured.")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
Back to top