Home
last modified time | relevance | path

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

/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationValuesTest.java175 ImmutableList<DeclaredType> valueElements = AnnotationValues.getTypeMirrors(value); in getTypeMirrors() local
176 assertThat(valueElements) in getTypeMirrors()
200 ImmutableList<Element> valueElements = in getAnnotationMirrors() local
205 assertThat(valueElements).containsExactly(insideAnnotation, insideAnnotation); in getAnnotationMirrors()