File tree Expand file tree Collapse file tree
junit4/src/main/java/com/google/testing/junit/testparameterinjector
junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121/**
2222 * Validator interface which allows {@link TestParameterAnnotation} annotations to validate the set
2323 * of annotation values for a given test instance, and to selectively skip the test.
24+ *
25+ * @deprecated This interface only exists to support custom legacy annotations (strongly
26+ * discouraged). This class is in feature mode.
2427 */
28+ @ Deprecated
2529interface TestParameterValidator {
2630
2731 /**
Original file line number Diff line number Diff line change 2121/**
2222 * Validator interface which allows {@link TestParameterAnnotation} annotations to validate the set
2323 * of annotation values for a given test instance, and to selectively skip the test.
24+ *
25+ * @deprecated This interface only exists to support custom legacy annotations (strongly
26+ * discouraged). This class is in feature mode.
2427 */
28+ @ Deprecated
2529interface TestParameterValidator {
2630
2731 /**
You can’t perform that action at this time.
0 commit comments