Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/annotationitem/
DCommonAnnotationItemTest.kt81 other.assertAttributeValue("value", "other") in annotation with annotation values()
138 anno.assertAttributeValue("booleanValue", true) in annotation with boolean values()
188 anno.assertAttributeValue("charValue", 'a') in annotation with char values()
239 anno.assertAttributeValue("classValue", "test.pkg.Test") in annotation with class values()
349 anno.assertAttributeValue("byteValue", 1.toByte()) in annotation with number values()
353 anno.assertAttributeValue("doubleValue", 1.5) in annotation with number values()
357 anno.assertAttributeValue("floatValue", 0.5F) in annotation with number values()
361 anno.assertAttributeValue("intValue", 1) in annotation with number values()
365 anno.assertAttributeValue("longValue", 2L) in annotation with number values()
369 anno.assertAttributeValue("shortValue", 3.toShort()) in annotation with number values()
[all …]