- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for addInterface (0.08 sec)
-
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/IncubatingInternalInterfaceAddedRuleTest.groovy
def "nothing should be reported if new interface is neither internal nor incubating"() { when: newBase.addInterface(stablePublicInterface) then: noViolation(rule) } def 'adding an #type interface can be reported'() { given: newBase.addInterface(interfaces[type]) when: Violation violation = rule.maybeViolation(apiClass) then:
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 06 19:15:15 UTC 2022 - 4K bytes - Viewed (0)