Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doNotHaveRawReturnType (0.43 sec)

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

        @ArchTest
        public static final ArchRule mutable_public_api_properties_should_be_providers = freeze(methods()
            .that(are(mutable_public_API_properties))
            .and().doNotHaveRawReturnType(TextResource.class)
            .and().doNotHaveRawReturnType(assignableTo(FileCollection.class))
            .should(haveProviderReturnType()));
    
        @ArchTest
    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