Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validationFailsWhenNestedBeanIsNull (0.33 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/project/taskfactory/AnnotationProcessingTaskFactoryTest.groovy

                ignoredAnnotationOnField { type(Bean2.canonicalName).property('inputFile2').annotatedWith('InputFile').includeLink() })
        }
    
        def validationFailsWhenNestedBeanIsNull() {
            given:
            def task = expectTaskCreated(TaskWithNestedBean, [null] as Object[])
            task.clearBean()
    
            when:
            execute(task)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 38.8K bytes
    - Viewed (0)
Back to top