Home
last modified time | relevance | path

Searched refs:DateParam (Results 1 – 2 of 2) sorted by relevance

/external/junit-params/src/test/java/junitparams/
DParamsConverterTest.java63 public void convertParamsUsingCustomParamAnnotation(@DateParam Date date) { in convertParamsUsingCustomParamAnnotation()
70 public void convertParamsFromMethodUsingCustomParamAnnotation(@DateParam Date date) { in convertParamsFromMethodUsingCustomParamAnnotation()
81 …public void convertParamsUsingCustomParamAnnotationOverridingAttributes(@DateParam(format = "yyyy-… in convertParamsUsingCustomParamAnnotationOverridingAttributes()
125 public @interface DateParam { annotation in ParamsConverterTest
135 public static class FormattedDateConverter implements Converter<DateParam, Date> {
140 public void initialize(DateParam annotation) { in initialize()
/external/junit-params/
DRELEASES.md31 public @interface DateParam {
36 public static class FormattedDateConverter implements Converter<DateParam, Date> {
41 public void initialize(DateParam annotation) {
62 public void testWithConvertedDate(@DateParam Date date) {