OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testerannotation
(Results
1 - 12
of
12
) sorted by null
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultimapFeature.java
23
import com.google.common.collect.testing.features.
TesterAnnotation
;
54
@
TesterAnnotation
MultisetFeature.java
22
import com.google.common.collect.testing.features.
TesterAnnotation
;
50
@
TesterAnnotation
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
FeatureUtil.java
169
for (Annotation
testerAnnotation
: testerAnnotations) {
171
buildTesterRequirements(
testerAnnotation
);
173
requirements, moreRequirements,
testerAnnotation
);
199
if (annotationClass.isAnnotationPresent(
TesterAnnotation
.class)) {
209
* @param
testerAnnotation
a tester annotation
215
Annotation
testerAnnotation
)
217
Class<? extends Annotation> annotationClass =
testerAnnotation
.annotationType();
222
.invoke(
testerAnnotation
);
224
.invoke(
testerAnnotation
);
239
conflictingFeatures,
testerAnnotation
);
[
all
...]
TesterAnnotation.java
43
public @interface
TesterAnnotation
{
ListFeature.java
67
@
TesterAnnotation
SetFeature.java
53
@
TesterAnnotation
MapFeature.java
99
@
TesterAnnotation
CollectionFeature.java
127
@
TesterAnnotation
CollectionSize.java
99
@
TesterAnnotation
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/
FeatureEnumTest.java
38
String.format("%s must be annotated with @
TesterAnnotation
.",
40
annotationClass.getAnnotation(
TesterAnnotation
.class));
FeatureUtilTest.java
58
@
TesterAnnotation
89
@
TesterAnnotation
/external/guice/lib/build/
guava-testlib-16.0.1.jar
Completed in 452 milliseconds