OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testerannotation
(Results
1 - 7
of
7
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
FeatureUtil.java
171
for (Annotation
testerAnnotation
: testerAnnotations) {
173
buildTesterRequirements(
testerAnnotation
);
175
requirements, moreRequirements,
testerAnnotation
);
201
if (annotationClass.isAnnotationPresent(
TesterAnnotation
.class)) {
211
* @param
testerAnnotation
a tester annotation
217
Annotation
testerAnnotation
)
219
Class<? extends Annotation> annotationClass =
testerAnnotation
.getClass();
224
.invoke(
testerAnnotation
);
226
.invoke(
testerAnnotation
);
241
conflictingFeatures,
testerAnnotation
);
[
all
...]
SetFeature.java
53
@
TesterAnnotation
TesterAnnotation.java
42
public @interface
TesterAnnotation
{
ListFeature.java
69
@
TesterAnnotation
MapFeature.java
83
@
TesterAnnotation
CollectionFeature.java
129
@
TesterAnnotation
CollectionSize.java
99
@
TesterAnnotation
Completed in 99 milliseconds