Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NOT_A_TOASTER (0.38 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/ManagedModelGroovyScalarConfigurationIntegrationTest.groovy

    class ManagedModelGroovyScalarConfigurationIntegrationTest extends AbstractIntegrationSpec {
    
        private static final String CLASSES = '''
            enum Thing {
                TOASTER,
                NOT_A_TOASTER
            }
    
            @Managed
            interface Props {
                Thing getTheThing()
                void setTheThing(Thing t)
    
                boolean isBool1()
                void setBool1(boolean b)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 19.7K bytes
    - Viewed (0)
Back to top