Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/runner/
DDescription.java147 private final Annotation[] fAnnotations; field in Description
166 this.fAnnotations = annotations; in Description()
252 return new Description(fTestClass, fDisplayName, fAnnotations); in childlessCopy()
260 for (Annotation each : fAnnotations) { in getAnnotation()
272 return Arrays.asList(fAnnotations); in getAnnotations()