|
13 | 13 | "description": "matching birthday for same date", |
14 | 14 | "property": "matchingBirthday", |
15 | 15 | "input": { |
16 | | - "birthday1": "2000-01-01", |
17 | | - "birthday2": "2000-01-01" |
| 16 | + "birthdate1": "2000-01-01", |
| 17 | + "birthdate2": "2000-01-01" |
18 | 18 | }, |
19 | 19 | "expected": true |
20 | 20 | }, |
|
23 | 23 | "description": "matching birthday for same year and month but different day", |
24 | 24 | "property": "matchingBirthday", |
25 | 25 | "input": { |
26 | | - "birthday1": "2012-05-09", |
27 | | - "birthday2": "2012-05-17" |
| 26 | + "birthdate1": "2012-05-09", |
| 27 | + "birthdate2": "2012-05-17" |
28 | 28 | }, |
29 | 29 | "expected": false |
30 | 30 | }, |
|
33 | 33 | "description": "matching birthday for same month and day but different year", |
34 | 34 | "property": "matchingBirthday", |
35 | 35 | "input": { |
36 | | - "birthday1": "1999-10-23", |
37 | | - "birthday2": "1988-10-23" |
| 36 | + "birthdate1": "1999-10-23", |
| 37 | + "birthdate2": "1988-10-23" |
38 | 38 | }, |
39 | 39 | "expected": true |
40 | 40 | }, |
|
43 | 43 | "description": "matching birthday for same year but different month and day", |
44 | 44 | "property": "matchingBirthday", |
45 | 45 | "input": { |
46 | | - "birthday1": "2007-12-19", |
47 | | - "birthday2": "2007-04-27" |
| 46 | + "birthdate1": "2007-12-19", |
| 47 | + "birthdate2": "2007-04-27" |
48 | 48 | }, |
49 | 49 | "expected": false |
50 | 50 | }, |
|
53 | 53 | "description": "matching birthday for different year month and day", |
54 | 54 | "property": "matchingBirthday", |
55 | 55 | "input": { |
56 | | - "birthday1": "1997-08-04", |
57 | | - "birthday2": "1963-11-23" |
| 56 | + "birthdate1": "1997-08-04", |
| 57 | + "birthdate2": "1963-11-23" |
58 | 58 | }, |
59 | 59 | "expected": false |
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "uuid": "70b38cea-d234-4697-b146-7d130cd4ee12", |
63 | | - "description": "random birthdays return specified number of birthdays", |
| 63 | + "description": "random birthdates return specified number of birthdays", |
64 | 64 | "scenarios": ["random"], |
65 | | - "property": "randomBirthdays", |
| 65 | + "property": "randomBirthdates", |
66 | 66 | "input": {}, |
67 | 67 | "expected": "length == groupsize" |
68 | 68 | }, |
69 | 69 | { |
70 | 70 | "uuid": "d9d5b7d3-5fea-4752-b9c1-3fcd176d1b03", |
71 | | - "description": "random birthdays have fixed year per batch", |
| 71 | + "description": "random birthdates have fixed year per batch", |
72 | 72 | "scenarios": ["random"], |
73 | | - "property": "randomBirthdays", |
| 73 | + "property": "randomBirthdates", |
74 | 74 | "input": {}, |
75 | 75 | "expected": { |
76 | 76 | "years": { |
|
80 | 80 | }, |
81 | 81 | { |
82 | 82 | "uuid": "8da69a53-6900-4b63-897d-9f025f149fd2", |
83 | | - "description": "random birthdays have random year between batches", |
| 83 | + "description": "random birthdates have random year between batches", |
84 | 84 | "scenarios": ["random"], |
85 | | - "property": "randomBirthdays", |
| 85 | + "property": "randomBirthdates", |
86 | 86 | "input": {}, |
87 | 87 | "expected": { |
88 | 88 | "years": { |
|
92 | 92 | }, |
93 | 93 | { |
94 | 94 | "uuid": "d1074327-f68c-4c8a-b0ff-e3730d0f0521", |
95 | | - "description": "random birthdays have random months", |
| 95 | + "description": "random birthdates have random months", |
96 | 96 | "scenarios": ["random"], |
97 | | - "property": "randomBirthdays", |
| 97 | + "property": "randomBirthdates", |
98 | 98 | "input": {}, |
99 | 99 | "expected": { |
100 | 100 | "months": { |
|
104 | 104 | }, |
105 | 105 | { |
106 | 106 | "uuid": "7df706b3-c3f5-471d-9563-23a4d0577940", |
107 | | - "description": "random birthdays have random days", |
| 107 | + "description": "random birthdates have random days", |
108 | 108 | "scenarios": ["random"], |
109 | | - "property": "randomBirthdays", |
| 109 | + "property": "randomBirthdates", |
110 | 110 | "input": {}, |
111 | 111 | "expected": { |
112 | 112 | "days": { |
|
0 commit comments