We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19a00a7 + 0510f11 commit 8147a14Copy full SHA for 8147a14
junit4/src/main/java/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.java
@@ -102,7 +102,7 @@ public <A extends Annotation> A getOtherAnnotation(Class<A> annotationType) {
102
}
103
104
/**
105
- * Returns the only annotation with the given type on the field or parameter that was annotated
+ * Returns all the annotations with the given type on the field or parameter that was annotated
106
* with @TestParameter.
107
*
108
* <p>For example, if the test code is as follows:
0 commit comments