You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/TestParametersValuesProvider.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@
26
26
/**
27
27
* Abstract class for custom providers of @TestParameters values.
28
28
*
29
-
* <p>This is a replacement for {@link TestParameters.TestParametersValuesProvider}, which will soon
30
-
* be deprecated. The difference with the former interface is that this class provides a {@code
29
+
* <p>This is a replacement for {@link TestParameters.TestParametersValuesProvider}, which is
30
+
* deprecated. The difference with the former interface is that this class provides a {@code
31
31
* Context} instance when invoking {@link #provideValues}.
0 commit comments