Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readOnlyManagedClass (0.16 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/ManagedModelInitializerTest.groovy

            when:
            Class<?> generatedClass = readOnlyManagedClass(type)
    
            then:
            failWhenRealized generatedClass, "has non managed type ${type.name}, only managed types can be used"
    
            where:
            type << JDK_SCALAR_TYPES
        }
    
        Class<?> readOnlyManagedClass(Class<?> type) {
            String typeName = type.getSimpleName()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 12.9K bytes
    - Viewed (0)
Back to top