Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/
DAnnotationsRetrieverTest.java73 getFlagAnnotations(TestClassHasNoAnnotation.class); in noAnnotation()
81 getFlagAnnotations(TestClassHasNoAnnotation.class, mRequiresFlagsEnabled); in oneAnnotationFromMethod()
83 getFlagAnnotations(TestClassHasNoAnnotation.class, mRequiresFlagsDisabled); in oneAnnotationFromMethod()
92 getFlagAnnotations(TestClassHasRequiresFlagsEnabled.class, mRequiresFlagsEnabled); in methodAnnotationsMergeWithClass()
94 getFlagAnnotations(TestClassHasRequiresFlagsDisabled.class, mRequiresFlagsDisabled); in methodAnnotationsMergeWithClass()
107 getFlagAnnotations(TestClassHasRequiresFlagsEnabled.class); in getFlagAnnotations_oneAnnotationFromClass()
109 getFlagAnnotations(TestClassHasRequiresFlagsDisabled.class); in getFlagAnnotations_oneAnnotationFromClass()
118 getFlagAnnotations( in bothAnnotationsFromMethod()
129 getFlagAnnotations( in bothAnnotationsFromMethodMergesWithClass()
144 getFlagAnnotations(TestClassHasAllAnnotations.class); in bothAnnotationsFromClass()
[all …]
/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
DCheckFlagsRule.java45 AnnotationsRetriever.getFlagAnnotations(description); in apply()
DAnnotationsRetriever.java114 public static FlagAnnotations getFlagAnnotations(Description description) { in getFlagAnnotations() method in AnnotationsRetriever
DSetFlagsRule.java204 AnnotationsRetriever.getFlagAnnotations(description); in apply()
821 AnnotationsRetriever.getFlagAnnotations(description).mSetFlagValues);