Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTwiceIgnoredProperty (0.21 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/annotations/impl/DefaultTypeAnnotationMetadataStoreTest.groovy

            ]
        }
    
        @SuppressWarnings("unused")
        interface TypeWithIgnoredPropertyWithMultipleIgnoreAnnotations {
            @Ignored
            @Ignored2
            String getTwiceIgnoredProperty()
        }
    
        def "fails when field is ignored but there is another annotation on the getter"() {
            expect:
            assertProperties TypeWithIgnoredFieldAndGetterInput, [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 11 15:31:37 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top