Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkThatMethodHasOnlyAllowedArgumentTypesOrReturnTypes (0.58 sec)

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

        }
    
        @Nonnull
        private ConditionEvent checkThatHasOnlyAllowedTypes(String methodName) {
            return checkThatMethodHasOnlyAllowedArgumentTypesOrReturnTypes(methodName, String.class, String.class);
        }
    
        @Nonnull
        private ConditionEvent checkThatMethodHasOnlyAllowedArgumentTypesOrReturnTypes(String methodName, Class<?>... arguments) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top