Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for instructors (0.18 sec)

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

            def violation = rule.maybeViolation(jApiMethod)
    
            then:
            violation.severity == Severity.info
            violation.humanExplanation == 'New public API in 11.38 (@Incubating)'
        }
    
        def "constructors with @Inject annotation are not considered public API"() {
            given:
            def rule = withContext(ruleElem)
            def annotations = []
            jApiConstructor.annotations >> annotations
    
            when:
    Groovy
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Dec 01 20:12:19 GMT 2023
    - 16K bytes
    - Viewed (0)
Back to top