Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isStaticBoolean (0.12 sec)

  1. subprojects/core/src/test/groovy/org/gradle/initialization/MixInLegacyTypesClassLoaderTest.groovy

                    public boolean getBooleanWithGetter() { return booleanWithGetter; }
                    public boolean isWithoutField() { return true; }
    
                    public static boolean isStaticBoolean() { return true; }
                }
            """)
    
            when:
            original.getMethod("getSomeBoolean")
    
            then:
            thrown java.lang.NoSuchMethodException
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 22 23:58:47 UTC 2022
    - 8.9K bytes
    - Viewed (0)
Back to top