|
27 | 27 | "rows": 6, |
28 | 28 | "cols": 18 |
29 | 29 | }, |
30 | | - "expected": "the generated maze has 13 lines and 37 columns" |
| 30 | + "expected": { |
| 31 | + "width": 37, |
| 32 | + "height": 13 |
| 33 | + } |
31 | 34 | }, |
32 | 35 | { |
33 | 36 | "uuid": "4782cea6-a1e3-48b2-b825-a805890b5118", |
|
37 | 40 | "rows": 6, |
38 | 41 | "cols": 18 |
39 | 42 | }, |
40 | | - "expected": "the generated maze has only valid characters" |
| 43 | + "expected": true |
41 | 44 | }, |
42 | 45 | { |
43 | 46 | "uuid": "1433a6ff-d18e-4ade-b37c-40b286218f07", |
|
47 | 50 | "rows": 6, |
48 | 51 | "cols": 18 |
49 | 52 | }, |
50 | | - "expected": "the generated maze has a single entrance on the left side" |
| 53 | + "expected": true |
51 | 54 | }, |
52 | 55 | { |
53 | 56 | "uuid": "a0be2a1c-4ec1-412a-8a30-36d6b1d96df2", |
|
57 | 60 | "rows": 6, |
58 | 61 | "cols": 18 |
59 | 62 | }, |
60 | | - "expected": "the generated maze has a single exit on the right side" |
| 63 | + "expected": true |
61 | 64 | }, |
62 | 65 | { |
63 | 66 | "uuid": "1f7f50f5-4a3a-4e96-8c5e-92b284fd8b3b", |
|
67 | 70 | "rows": 5, |
68 | 71 | "cols": 5 |
69 | 72 | }, |
70 | | - "expected": "The maze is perfect." |
| 73 | + "expected": true |
71 | 74 | }, |
72 | 75 | { |
73 | 76 | "uuid": "2a8e8f63-7e89-4c9a-8d1f-1439a7d9a3e9", |
|
77 | 80 | "rows": 5, |
78 | 81 | "cols": 10 |
79 | 82 | }, |
80 | | - "expected": "The maze is perfect." |
| 83 | + "expected": true |
81 | 84 | }, |
82 | 85 | { |
83 | 86 | "uuid": "3b6e8d5c-2a8d-4f03-9e7a-6c8f2a4e4f88", |
|
87 | 90 | "rows": 10, |
88 | 91 | "cols": 10 |
89 | 92 | }, |
90 | | - "expected": "The maze is perfect." |
| 93 | + "expected": true |
91 | 94 | }, |
92 | 95 | { |
93 | 96 | "uuid": "4c7f6e5b-5e45-4a8d-8e8a-7f3e3e4e5f99", |
|
97 | 100 | "rows": 10, |
98 | 101 | "cols": 20 |
99 | 102 | }, |
100 | | - "expected": "The maze is perfect." |
| 103 | + "expected": true |
101 | 104 | }, |
102 | 105 | { |
103 | 106 | "uuid": "5d8f7f6c-6e46-4a9d-8e8b-8f3f3f4e6f00", |
|
107 | 110 | "rows": 20, |
108 | 111 | "cols": 10 |
109 | 112 | }, |
110 | | - "expected": "The maze is perfect." |
| 113 | + "expected": true |
111 | 114 | }, |
112 | 115 | { |
113 | 116 | "uuid": "6e9f8f7d-7e47-4a9e-8e8c-9f3f3f4e7f01", |
|
117 | 120 | "rows": 20, |
118 | 121 | "cols": 100 |
119 | 122 | }, |
120 | | - "expected": "The maze is perfect." |
| 123 | + "expected": true |
121 | 124 | }, |
122 | 125 | { |
123 | 126 | "uuid": "7fa0a0b1-8e48-4a9f-8e8d-af4f4f5e8f02", |
|
127 | 130 | "rows": 100, |
128 | 131 | "cols": 100 |
129 | 132 | }, |
130 | | - "expected": "The maze is perfect." |
| 133 | + "expected": true |
131 | 134 | }, |
132 | 135 | { |
133 | 136 | "uuid": "8fb1c1d2-9e49-4aa0-8e8e-bf5f5f6e9f03", |
|
138 | 141 | "cols": 50, |
139 | 142 | "seed": 2342342 |
140 | 143 | }, |
141 | | - "expected": "The maze is perfect." |
| 144 | + "expected": true |
142 | 145 | }, |
143 | 146 | { |
144 | 147 | "uuid": "9fc2d2e3-af4a-4ab1-8e8f-cf6f6f7eaf04", |
|
148 | 151 | "rows": 8, |
149 | 152 | "cols": 16 |
150 | 153 | }, |
151 | | - "expected": "The random maze is generated." |
| 154 | + "expected": true |
152 | 155 | }, |
153 | 156 | { |
154 | 157 | "uuid": "a0d3e4f4-b05b-4ac2-8e8a-df7f7f8eaf05", |
|
159 | 162 | "cols": 16, |
160 | 163 | "seed": 123 |
161 | 164 | }, |
162 | | - "expected": "The same maze is generated." |
| 165 | + "expected": true |
163 | 166 | } |
164 | 167 | ] |
165 | 168 | } |
0 commit comments