Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Skinner (0.17 sec)

  1. build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/PublicAPIRulesTest.groovy

        }
    
        def "the @since annotation on inner classes is recognised"() {
            given:
            def rule = withContext(new SinceAnnotationMissingRule([:]))
            def jApiInnerClass = Stub(JApiClass)
            jApiInnerClass.fullyQualifiedName >> "$TEST_INTERFACE_NAME\$Inner"
    
            when:
            sourceFile.text = """
                /**
                 * @since 11.38
    Groovy
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Dec 01 20:12:19 GMT 2023
    - 16K bytes
    - Viewed (0)
Back to top