Home
last modified time | relevance | path

Searched refs:assertNotDeprecated (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/
DCommonCopyFieldItemTest.kt196 sourceClassItem.assertNotDeprecated() in test copy non deprecated field from non deprecated class to deprecated class treats field as deprecated()
197 sourceMemberItem.assertNotDeprecated() in test copy non deprecated field from non deprecated class to deprecated class treats field as deprecated()
250 targetClassItem.assertNotDeprecated() in test copy non deprecated field from deprecated class to non deprecated class treats field as not deprecated()
254 copiedMemberItem.assertNotDeprecated() in test copy non deprecated field from deprecated class to non deprecated class treats field as not deprecated()
299 sourceClassItem.assertNotDeprecated() in test copy deprecated field from one class to another keeps field as deprecated()
301 targetClassItem.assertNotDeprecated() in test copy deprecated field from one class to another keeps field as deprecated()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
DCommonCopyMethodItemTest.kt307 sourceClassItem.assertNotDeprecated() in test copy non deprecated method from non deprecated class to deprecated class treats method as deprecated()
308 sourceMemberItem.assertNotDeprecated() in test copy non deprecated method from non deprecated class to deprecated class treats method as deprecated()
361 targetClassItem.assertNotDeprecated() in test copy non deprecated method from deprecated class to non deprecated class treats method as deprecated()
365 copiedMemberItem.assertNotDeprecated() in test copy non deprecated method from deprecated class to non deprecated class treats method as deprecated()
410 sourceClassItem.assertNotDeprecated() in test copy deprecated method from one class to another keeps method as deprecated()
412 targetClassItem.assertNotDeprecated() in test copy deprecated method from one class to another keeps method as deprecated()
/tools/metalava/metalava-model/src/testFixtures/java/com/android/tools/metalava/model/
DAssertions.kt103 fun Item.assertNotDeprecated() { in Item() method