Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for failureDescriptionStartsWith (0.35 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/NestedInputIntegrationTest.groovy

            buildFile << taskWithNestedBeanFromCustomClassLoader()
    
            when:
            fails "customTask"
            then:
            executedAndNotSkipped ":customTask"
            failureDescriptionStartsWith("A problem was found with the configuration of task ':customTask' (type 'TaskWithNestedProperty').")
            failureDescriptionContains(implementationUnknown {
                nestedProperty('bean')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top