Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notHaveRawReturnType (0.2 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/ProviderMigrationArchitectureTest.java

        @ArchTest
        public static final ArchRule mutable_public_api_properties_should_not_use_text_resources = freeze(methods()
            .that(are(mutable_public_API_properties))
            .should().notHaveRawReturnType(TextResource.class));
    
        @ArchTest
        public static final ArchRule public_api_task_properties_are_providers = freeze(methods()
            .that(are(task_properties))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top