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.
1 parent 19a00a7 commit 0510f11Copy full SHA for 0510f11
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