File tree 2 files changed +16
-2
lines changed
junit4/src/main/java/com/google/testing/junit/testparameterinjector
junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 172
172
Class <? extends TestParametersValuesProvider > valuesProvider () default
173
173
DefaultTestParametersValuesProvider .class ;
174
174
175
- /** Interface for custom providers of test parameter values. */
175
+ /**
176
+ * Interface for custom providers of test parameter values.
177
+ *
178
+ * @deprecated Use {@link
179
+ * com.google.testing.junit.testparameterinjector.TestParametersValuesProvider} instead. The
180
+ * replacement implements this same interface, but with an additional Context parameter.
181
+ */
182
+ @ Deprecated
176
183
interface TestParametersValuesProvider {
177
184
List <TestParametersValues > provideValues ();
178
185
}
Original file line number Diff line number Diff line change 172
172
Class <? extends TestParametersValuesProvider > valuesProvider () default
173
173
DefaultTestParametersValuesProvider .class ;
174
174
175
- /** Interface for custom providers of test parameter values. */
175
+ /**
176
+ * Interface for custom providers of test parameter values.
177
+ *
178
+ * @deprecated Use {@link
179
+ * com.google.testing.junit.testparameterinjector.junit5.TestParametersValuesProvider} instead. The
180
+ * replacement implements this same interface, but with an additional Context parameter.
181
+ */
182
+ @ Deprecated
176
183
interface TestParametersValuesProvider {
177
184
List <TestParametersValues > provideValues ();
178
185
}
You can’t perform that action at this time.
0 commit comments