- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for replaceAsInternal (0.11 sec)
-
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/IncubatingInternalInterfaceAddedRuleTest.groovy
apiClass.changeStatus >> JApiChangeStatus.MODIFIED apiClass.oldClass >> Optional.of(oldBase) apiClass.newClass >> Optional.of(newBase) internalInterface.name = replaceAsInternal(internalInterface.name) interfaces = ['internal': internalInterface, 'incubating': incubatingInterface] } def "#member change should not be reported"() { expect:Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 4K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/AbstractContextAwareRuleSpecification.groovy
apiChangesJsonFile: new File(testDir, 'test-api-changes.json').path, projectRootDir: testDir.path, ] } String replaceAsInternal(String name) { return name.replace('gradlebuild', 'gradlebuild.internal') }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 2K bytes - Viewed (0) -
build-logic/binary-compatibility/src/test/groovy/gradlebuild/binarycompatibility/rules/MethodsRemovedInInternalSuperClassRuleTest.groovy
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 3.2K bytes - Viewed (0)