rest_baby 0.3 → 0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ChangeLog +3 -0
- data/Gemfile +6 -8
- data/doc/MockRestService.html +13 -5
- data/doc/_index.html +45 -4
- data/doc/class_list.html +1 -1
- data/doc/css/style.css +1 -1
- data/doc/feature_list.html +39 -39
- data/doc/file.README.html +5 -5
- data/doc/frames.html +7 -5
- data/doc/index.html +5 -5
- data/doc/js/app.js +2 -7
- data/doc/method_list.html +26 -20
- data/doc/requirements/features/headers/header_options.html +33 -45
- data/doc/requirements/features/headers.html +4 -5
- data/doc/requirements/features/print_response.html +138 -26
- data/doc/requirements/features/rest_client.html +23 -23
- data/doc/requirements/features.html +8 -9
- data/doc/requirements/step_transformers.html +230 -212
- data/doc/requirements/tags/authentication.html +3 -3
- data/doc/requirements/tags/core.html +3 -3
- data/doc/requirements/tags/delete.html +3 -3
- data/doc/requirements/tags/extended.html +3 -3
- data/doc/requirements/tags/get.html +3 -3
- data/doc/requirements/tags/headers.html +3 -3
- data/doc/requirements/tags/post.html +3 -3
- data/doc/requirements/tags/print.html +3 -3
- data/doc/requirements/tags/put.html +3 -3
- data/doc/requirements/tags.html +39 -40
- data/doc/requirements.html +9 -10
- data/doc/step_list.html +210 -166
- data/doc/stepdefinition_list.html +40 -40
- data/doc/tag_list.html +6 -12
- data/doc/top-level-namespace.html +14 -5
- data/features/step_definitions/rest_client_steps.rb +4 -4
- data/lib/rest_baby/version.rb +1 -1
- data/lib/rest_baby.rb +1 -1
- data/rest_baby.gemspec +1 -2
- metadata +23 -24
- data/doc/requirements/tags/wip.html +0 -187
data/doc/step_list.html
CHANGED
@@ -73,221 +73,265 @@
|
|
73
73
|
|
74
74
|
<li class="r1">
|
75
75
|
<span class='object_link'>
|
76
|
-
<a href="requirements/features/
|
76
|
+
<a href="requirements/features/headers/header_options.html" title="I have a web service">
|
77
77
|
<span class="pre">Given </span>
|
78
78
|
<span class="name">I have a web service</span>
|
79
79
|
</a>
|
80
80
|
</span>
|
81
|
-
<span class="">(features/
|
81
|
+
<span class="">(features/headers/header_options.feature)<span>
|
82
82
|
</li>
|
83
83
|
|
84
84
|
|
85
85
|
<li class="r2">
|
86
86
|
<span class='object_link'>
|
87
|
-
<a href="requirements/features/
|
87
|
+
<a href="requirements/features/headers/header_options.html" title="I have "GET" service for "/test" with the following headers">
|
88
88
|
<span class="pre">And </span>
|
89
|
-
<span class="name">I have "GET" service for "/test"
|
89
|
+
<span class="name">I have "GET" service for "/test" with the following headers</span>
|
90
90
|
</a>
|
91
91
|
</span>
|
92
|
-
<span class="">(features/
|
92
|
+
<span class="">(features/headers/header_options.feature)<span>
|
93
93
|
</li>
|
94
94
|
|
95
95
|
|
96
96
|
<li class="r1">
|
97
97
|
<span class='object_link'>
|
98
|
-
<a href="requirements/features/
|
98
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
99
99
|
<span class="pre">And </span>
|
100
100
|
<span class="name">I am a rest client</span>
|
101
101
|
</a>
|
102
102
|
</span>
|
103
|
-
<span class="">(features/
|
103
|
+
<span class="">(features/headers/header_options.feature)<span>
|
104
104
|
</li>
|
105
105
|
|
106
106
|
|
107
107
|
<li class="r2">
|
108
108
|
<span class='object_link'>
|
109
|
-
<a href="requirements/features/
|
109
|
+
<a href="requirements/features/headers/header_options.html" title="I have the following header">
|
110
110
|
<span class="pre">When </span>
|
111
|
-
<span class="name">I
|
111
|
+
<span class="name">I have the following header</span>
|
112
112
|
</a>
|
113
113
|
</span>
|
114
|
-
<span class="">(features/
|
114
|
+
<span class="">(features/headers/header_options.feature)<span>
|
115
115
|
</li>
|
116
116
|
|
117
117
|
|
118
118
|
<li class="r1">
|
119
119
|
<span class='object_link'>
|
120
|
-
<a href="requirements/features/
|
120
|
+
<a href="requirements/features/headers/header_options.html" title="I "GET" from the web service">
|
121
|
+
<span class="pre">And </span>
|
122
|
+
<span class="name">I "GET" from the web service</span>
|
123
|
+
</a>
|
124
|
+
</span>
|
125
|
+
<span class="">(features/headers/header_options.feature)<span>
|
126
|
+
</li>
|
127
|
+
|
128
|
+
|
129
|
+
<li class="r2">
|
130
|
+
<span class='object_link'>
|
131
|
+
<a href="requirements/features/headers/header_options.html" title="I receive the expected message">
|
121
132
|
<span class="pre">Then </span>
|
122
133
|
<span class="name">I receive the expected message</span>
|
123
134
|
</a>
|
124
135
|
</span>
|
125
|
-
<span class="">(features/
|
136
|
+
<span class="">(features/headers/header_options.feature)<span>
|
126
137
|
</li>
|
127
138
|
|
128
139
|
|
129
|
-
<li class="
|
140
|
+
<li class="r1">
|
130
141
|
<span class='object_link'>
|
131
|
-
<a href="requirements/features/
|
142
|
+
<a href="requirements/features/headers/header_options.html" title="I have a web service">
|
132
143
|
<span class="pre">Given </span>
|
133
144
|
<span class="name">I have a web service</span>
|
134
145
|
</a>
|
135
146
|
</span>
|
136
|
-
<span class="">(features/
|
147
|
+
<span class="">(features/headers/header_options.feature)<span>
|
137
148
|
</li>
|
138
149
|
|
139
150
|
|
140
|
-
<li class="
|
151
|
+
<li class="r2">
|
141
152
|
<span class='object_link'>
|
142
|
-
<a href="requirements/features/
|
153
|
+
<a href="requirements/features/headers/header_options.html" title="I have "POST" service for "/test" with the following headers">
|
143
154
|
<span class="pre">And </span>
|
144
|
-
<span class="name">I have "
|
155
|
+
<span class="name">I have "POST" service for "/test" with the following headers</span>
|
145
156
|
</a>
|
146
157
|
</span>
|
147
|
-
<span class="">(features/
|
158
|
+
<span class="">(features/headers/header_options.feature)<span>
|
148
159
|
</li>
|
149
160
|
|
150
161
|
|
151
|
-
<li class="
|
162
|
+
<li class="r1">
|
152
163
|
<span class='object_link'>
|
153
|
-
<a href="requirements/features/
|
164
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
154
165
|
<span class="pre">And </span>
|
155
166
|
<span class="name">I am a rest client</span>
|
156
167
|
</a>
|
157
168
|
</span>
|
158
|
-
<span class="">(features/
|
169
|
+
<span class="">(features/headers/header_options.feature)<span>
|
159
170
|
</li>
|
160
171
|
|
161
172
|
|
162
|
-
<li class="
|
173
|
+
<li class="r2">
|
163
174
|
<span class='object_link'>
|
164
|
-
<a href="requirements/features/
|
175
|
+
<a href="requirements/features/headers/header_options.html" title="I have the following header">
|
165
176
|
<span class="pre">When </span>
|
166
|
-
<span class="name">I
|
177
|
+
<span class="name">I have the following header</span>
|
167
178
|
</a>
|
168
179
|
</span>
|
169
|
-
<span class="">(features/
|
180
|
+
<span class="">(features/headers/header_options.feature)<span>
|
181
|
+
</li>
|
182
|
+
|
183
|
+
|
184
|
+
<li class="r1">
|
185
|
+
<span class='object_link'>
|
186
|
+
<a href="requirements/features/headers/header_options.html" title="I "POST" to the web service with the following">
|
187
|
+
<span class="pre">And </span>
|
188
|
+
<span class="name">I "POST" to the web service with the following</span>
|
189
|
+
</a>
|
190
|
+
</span>
|
191
|
+
<span class="">(features/headers/header_options.feature)<span>
|
170
192
|
</li>
|
171
193
|
|
172
194
|
|
173
195
|
<li class="r2">
|
174
196
|
<span class='object_link'>
|
175
|
-
<a href="requirements/features/
|
197
|
+
<a href="requirements/features/headers/header_options.html" title="I receive the expected message">
|
176
198
|
<span class="pre">Then </span>
|
177
199
|
<span class="name">I receive the expected message</span>
|
178
200
|
</a>
|
179
201
|
</span>
|
180
|
-
<span class="">(features/
|
202
|
+
<span class="">(features/headers/header_options.feature)<span>
|
181
203
|
</li>
|
182
204
|
|
183
205
|
|
184
206
|
<li class="r1">
|
185
207
|
<span class='object_link'>
|
186
|
-
<a href="requirements/features/
|
208
|
+
<a href="requirements/features/headers/header_options.html" title="I have a web service">
|
187
209
|
<span class="pre">Given </span>
|
188
210
|
<span class="name">I have a web service</span>
|
189
211
|
</a>
|
190
212
|
</span>
|
191
|
-
<span class="">(features/
|
213
|
+
<span class="">(features/headers/header_options.feature)<span>
|
192
214
|
</li>
|
193
215
|
|
194
216
|
|
195
217
|
<li class="r2">
|
196
218
|
<span class='object_link'>
|
197
|
-
<a href="requirements/features/
|
219
|
+
<a href="requirements/features/headers/header_options.html" title="I have "GET" service for "/test"">
|
198
220
|
<span class="pre">And </span>
|
199
|
-
<span class="name">I have "
|
221
|
+
<span class="name">I have "GET" service for "/test"</span>
|
200
222
|
</a>
|
201
223
|
</span>
|
202
|
-
<span class="">(features/
|
224
|
+
<span class="">(features/headers/header_options.feature)<span>
|
203
225
|
</li>
|
204
226
|
|
205
227
|
|
206
228
|
<li class="r1">
|
207
229
|
<span class='object_link'>
|
208
|
-
<a href="requirements/features/
|
230
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
209
231
|
<span class="pre">And </span>
|
210
232
|
<span class="name">I am a rest client</span>
|
211
233
|
</a>
|
212
234
|
</span>
|
213
|
-
<span class="">(features/
|
235
|
+
<span class="">(features/headers/header_options.feature)<span>
|
214
236
|
</li>
|
215
237
|
|
216
238
|
|
217
239
|
<li class="r2">
|
218
240
|
<span class='object_link'>
|
219
|
-
<a href="requirements/features/
|
220
|
-
<span class="pre">
|
221
|
-
<span class="name">I "
|
241
|
+
<a href="requirements/features/headers/header_options.html" title="I have basic auth for user "test" and password "rest"">
|
242
|
+
<span class="pre">And </span>
|
243
|
+
<span class="name">I have basic auth for user "test" and password "rest"</span>
|
222
244
|
</a>
|
223
245
|
</span>
|
224
|
-
<span class="">(features/
|
246
|
+
<span class="">(features/headers/header_options.feature)<span>
|
225
247
|
</li>
|
226
248
|
|
227
249
|
|
228
250
|
<li class="r1">
|
229
251
|
<span class='object_link'>
|
230
|
-
<a href="requirements/features/
|
252
|
+
<a href="requirements/features/headers/header_options.html" title="I "GET" from the web service">
|
253
|
+
<span class="pre">And </span>
|
254
|
+
<span class="name">I "GET" from the web service</span>
|
255
|
+
</a>
|
256
|
+
</span>
|
257
|
+
<span class="">(features/headers/header_options.feature)<span>
|
258
|
+
</li>
|
259
|
+
|
260
|
+
|
261
|
+
<li class="r2">
|
262
|
+
<span class='object_link'>
|
263
|
+
<a href="requirements/features/headers/header_options.html" title="I receive the expected message">
|
231
264
|
<span class="pre">Then </span>
|
232
265
|
<span class="name">I receive the expected message</span>
|
233
266
|
</a>
|
234
267
|
</span>
|
235
|
-
<span class="">(features/
|
268
|
+
<span class="">(features/headers/header_options.feature)<span>
|
236
269
|
</li>
|
237
270
|
|
238
271
|
|
239
|
-
<li class="
|
272
|
+
<li class="r1">
|
240
273
|
<span class='object_link'>
|
241
|
-
<a href="requirements/features/
|
274
|
+
<a href="requirements/features/headers/header_options.html" title="I have a secure web service">
|
242
275
|
<span class="pre">Given </span>
|
243
|
-
<span class="name">I have a web service</span>
|
276
|
+
<span class="name">I have a secure web service</span>
|
244
277
|
</a>
|
245
278
|
</span>
|
246
|
-
<span class="">(features/
|
279
|
+
<span class="">(features/headers/header_options.feature)<span>
|
280
|
+
</li>
|
281
|
+
|
282
|
+
|
283
|
+
<li class="r2">
|
284
|
+
<span class='object_link'>
|
285
|
+
<a href="requirements/features/headers/header_options.html" title="I have "GET" service for "/test"">
|
286
|
+
<span class="pre">And </span>
|
287
|
+
<span class="name">I have "GET" service for "/test"</span>
|
288
|
+
</a>
|
289
|
+
</span>
|
290
|
+
<span class="">(features/headers/header_options.feature)<span>
|
247
291
|
</li>
|
248
292
|
|
249
293
|
|
250
294
|
<li class="r1">
|
251
295
|
<span class='object_link'>
|
252
|
-
<a href="requirements/features/
|
296
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
253
297
|
<span class="pre">And </span>
|
254
|
-
<span class="name">I
|
298
|
+
<span class="name">I am a rest client</span>
|
255
299
|
</a>
|
256
300
|
</span>
|
257
|
-
<span class="">(features/
|
301
|
+
<span class="">(features/headers/header_options.feature)<span>
|
258
302
|
</li>
|
259
303
|
|
260
304
|
|
261
305
|
<li class="r2">
|
262
306
|
<span class='object_link'>
|
263
|
-
<a href="requirements/features/
|
307
|
+
<a href="requirements/features/headers/header_options.html" title="I have basic auth for user "test" and password "rest"">
|
264
308
|
<span class="pre">And </span>
|
265
|
-
<span class="name">I
|
309
|
+
<span class="name">I have basic auth for user "test" and password "rest"</span>
|
266
310
|
</a>
|
267
311
|
</span>
|
268
|
-
<span class="">(features/
|
312
|
+
<span class="">(features/headers/header_options.feature)<span>
|
269
313
|
</li>
|
270
314
|
|
271
315
|
|
272
316
|
<li class="r1">
|
273
317
|
<span class='object_link'>
|
274
|
-
<a href="requirements/features/
|
275
|
-
<span class="pre">
|
276
|
-
<span class="name">I "
|
318
|
+
<a href="requirements/features/headers/header_options.html" title="I "GET" from the web service">
|
319
|
+
<span class="pre">And </span>
|
320
|
+
<span class="name">I "GET" from the web service</span>
|
277
321
|
</a>
|
278
322
|
</span>
|
279
|
-
<span class="">(features/
|
323
|
+
<span class="">(features/headers/header_options.feature)<span>
|
280
324
|
</li>
|
281
325
|
|
282
326
|
|
283
327
|
<li class="r2">
|
284
328
|
<span class='object_link'>
|
285
|
-
<a href="requirements/features/
|
329
|
+
<a href="requirements/features/headers/header_options.html" title="I receive the expected message">
|
286
330
|
<span class="pre">Then </span>
|
287
331
|
<span class="name">I receive the expected message</span>
|
288
332
|
</a>
|
289
333
|
</span>
|
290
|
-
<span class="">(features/
|
334
|
+
<span class="">(features/headers/header_options.feature)<span>
|
291
335
|
</li>
|
292
336
|
|
293
337
|
|
@@ -347,6 +391,17 @@
|
|
347
391
|
|
348
392
|
|
349
393
|
<li class="r2">
|
394
|
+
<span class='object_link'>
|
395
|
+
<a href="requirements/features/print_response.html" title="the response prints like the following">
|
396
|
+
<span class="pre">And </span>
|
397
|
+
<span class="name">the response prints like the following</span>
|
398
|
+
</a>
|
399
|
+
</span>
|
400
|
+
<span class="">(features/print_response.feature)<span>
|
401
|
+
</li>
|
402
|
+
|
403
|
+
|
404
|
+
<li class="r1">
|
350
405
|
<span class='object_link'>
|
351
406
|
<a href="requirements/features/print_response.html" title="I have a web service">
|
352
407
|
<span class="pre">Given </span>
|
@@ -357,7 +412,7 @@
|
|
357
412
|
</li>
|
358
413
|
|
359
414
|
|
360
|
-
<li class="
|
415
|
+
<li class="r2">
|
361
416
|
<span class='object_link'>
|
362
417
|
<a href="requirements/features/print_response.html" title="I have "PUT" service for "/test" as follows">
|
363
418
|
<span class="pre">And </span>
|
@@ -368,7 +423,7 @@
|
|
368
423
|
</li>
|
369
424
|
|
370
425
|
|
371
|
-
<li class="
|
426
|
+
<li class="r1">
|
372
427
|
<span class='object_link'>
|
373
428
|
<a href="requirements/features/print_response.html" title="I am a rest client">
|
374
429
|
<span class="pre">And </span>
|
@@ -379,7 +434,7 @@
|
|
379
434
|
</li>
|
380
435
|
|
381
436
|
|
382
|
-
<li class="
|
437
|
+
<li class="r2">
|
383
438
|
<span class='object_link'>
|
384
439
|
<a href="requirements/features/print_response.html" title="I "PUT" to the web service with the following">
|
385
440
|
<span class="pre">When </span>
|
@@ -390,7 +445,7 @@
|
|
390
445
|
</li>
|
391
446
|
|
392
447
|
|
393
|
-
<li class="
|
448
|
+
<li class="r1">
|
394
449
|
<span class='object_link'>
|
395
450
|
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
396
451
|
<span class="pre">Then </span>
|
@@ -401,6 +456,17 @@
|
|
401
456
|
</li>
|
402
457
|
|
403
458
|
|
459
|
+
<li class="r2">
|
460
|
+
<span class='object_link'>
|
461
|
+
<a href="requirements/features/print_response.html" title="the response prints like the following">
|
462
|
+
<span class="pre">And </span>
|
463
|
+
<span class="name">the response prints like the following</span>
|
464
|
+
</a>
|
465
|
+
</span>
|
466
|
+
<span class="">(features/print_response.feature)<span>
|
467
|
+
</li>
|
468
|
+
|
469
|
+
|
404
470
|
<li class="r1">
|
405
471
|
<span class='object_link'>
|
406
472
|
<a href="requirements/features/print_response.html" title="I have a web service">
|
@@ -457,6 +523,17 @@
|
|
457
523
|
|
458
524
|
|
459
525
|
<li class="r2">
|
526
|
+
<span class='object_link'>
|
527
|
+
<a href="requirements/features/print_response.html" title="the response prints like the following">
|
528
|
+
<span class="pre">And </span>
|
529
|
+
<span class="name">the response prints like the following</span>
|
530
|
+
</a>
|
531
|
+
</span>
|
532
|
+
<span class="">(features/print_response.feature)<span>
|
533
|
+
</li>
|
534
|
+
|
535
|
+
|
536
|
+
<li class="r1">
|
460
537
|
<span class='object_link'>
|
461
538
|
<a href="requirements/features/print_response.html" title="I have a web service">
|
462
539
|
<span class="pre">Given </span>
|
@@ -467,7 +544,7 @@
|
|
467
544
|
</li>
|
468
545
|
|
469
546
|
|
470
|
-
<li class="
|
547
|
+
<li class="r2">
|
471
548
|
<span class='object_link'>
|
472
549
|
<a href="requirements/features/print_response.html" title="I have "DELETE" service for "/test" as follows">
|
473
550
|
<span class="pre">And </span>
|
@@ -478,7 +555,7 @@
|
|
478
555
|
</li>
|
479
556
|
|
480
557
|
|
481
|
-
<li class="
|
558
|
+
<li class="r1">
|
482
559
|
<span class='object_link'>
|
483
560
|
<a href="requirements/features/print_response.html" title="I am a rest client">
|
484
561
|
<span class="pre">And </span>
|
@@ -489,7 +566,7 @@
|
|
489
566
|
</li>
|
490
567
|
|
491
568
|
|
492
|
-
<li class="
|
569
|
+
<li class="r2">
|
493
570
|
<span class='object_link'>
|
494
571
|
<a href="requirements/features/print_response.html" title="I "DELETE" from the web service">
|
495
572
|
<span class="pre">When </span>
|
@@ -500,7 +577,7 @@
|
|
500
577
|
</li>
|
501
578
|
|
502
579
|
|
503
|
-
<li class="
|
580
|
+
<li class="r1">
|
504
581
|
<span class='object_link'>
|
505
582
|
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
506
583
|
<span class="pre">Then </span>
|
@@ -511,267 +588,234 @@
|
|
511
588
|
</li>
|
512
589
|
|
513
590
|
|
514
|
-
<li class="r1">
|
515
|
-
<span class='object_link'>
|
516
|
-
<a href="requirements/features/headers/header_options.html" title="I have a web service">
|
517
|
-
<span class="pre">Given </span>
|
518
|
-
<span class="name">I have a web service</span>
|
519
|
-
</a>
|
520
|
-
</span>
|
521
|
-
<span class="">(features/headers/header_options.feature)<span>
|
522
|
-
</li>
|
523
|
-
|
524
|
-
|
525
591
|
<li class="r2">
|
526
592
|
<span class='object_link'>
|
527
|
-
<a href="requirements/features/
|
593
|
+
<a href="requirements/features/print_response.html" title="the response prints like the following">
|
528
594
|
<span class="pre">And </span>
|
529
|
-
<span class="name">
|
595
|
+
<span class="name">the response prints like the following</span>
|
530
596
|
</a>
|
531
597
|
</span>
|
532
|
-
<span class="">(features/
|
598
|
+
<span class="">(features/print_response.feature)<span>
|
533
599
|
</li>
|
534
600
|
|
535
601
|
|
536
602
|
<li class="r1">
|
537
603
|
<span class='object_link'>
|
538
|
-
<a href="requirements/features/
|
539
|
-
<span class="pre">
|
540
|
-
<span class="name">I
|
604
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
605
|
+
<span class="pre">Given </span>
|
606
|
+
<span class="name">I have a web service</span>
|
541
607
|
</a>
|
542
608
|
</span>
|
543
|
-
<span class="">(features/
|
609
|
+
<span class="">(features/rest_client.feature)<span>
|
544
610
|
</li>
|
545
611
|
|
546
612
|
|
547
613
|
<li class="r2">
|
548
614
|
<span class='object_link'>
|
549
|
-
<a href="requirements/features/
|
550
|
-
<span class="pre">
|
551
|
-
<span class="name">I have
|
615
|
+
<a href="requirements/features/rest_client.html" title="I have "GET" service for "/test"">
|
616
|
+
<span class="pre">And </span>
|
617
|
+
<span class="name">I have "GET" service for "/test"</span>
|
552
618
|
</a>
|
553
619
|
</span>
|
554
|
-
<span class="">(features/
|
620
|
+
<span class="">(features/rest_client.feature)<span>
|
555
621
|
</li>
|
556
622
|
|
557
623
|
|
558
624
|
<li class="r1">
|
559
625
|
<span class='object_link'>
|
560
|
-
<a href="requirements/features/
|
626
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
561
627
|
<span class="pre">And </span>
|
562
|
-
<span class="name">I
|
628
|
+
<span class="name">I am a rest client</span>
|
563
629
|
</a>
|
564
630
|
</span>
|
565
|
-
<span class="">(features/
|
631
|
+
<span class="">(features/rest_client.feature)<span>
|
566
632
|
</li>
|
567
633
|
|
568
634
|
|
569
635
|
<li class="r2">
|
570
636
|
<span class='object_link'>
|
571
|
-
<a href="requirements/features/
|
572
|
-
<span class="pre">
|
573
|
-
<span class="name">I
|
637
|
+
<a href="requirements/features/rest_client.html" title="I "GET" from the web service">
|
638
|
+
<span class="pre">When </span>
|
639
|
+
<span class="name">I "GET" from the web service</span>
|
574
640
|
</a>
|
575
641
|
</span>
|
576
|
-
<span class="">(features/
|
642
|
+
<span class="">(features/rest_client.feature)<span>
|
577
643
|
</li>
|
578
644
|
|
579
645
|
|
580
646
|
<li class="r1">
|
581
647
|
<span class='object_link'>
|
582
|
-
<a href="requirements/features/
|
583
|
-
<span class="pre">
|
584
|
-
<span class="name">I
|
648
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
649
|
+
<span class="pre">Then </span>
|
650
|
+
<span class="name">I receive the expected message</span>
|
585
651
|
</a>
|
586
652
|
</span>
|
587
|
-
<span class="">(features/
|
653
|
+
<span class="">(features/rest_client.feature)<span>
|
588
654
|
</li>
|
589
655
|
|
590
656
|
|
591
657
|
<li class="r2">
|
592
658
|
<span class='object_link'>
|
593
|
-
<a href="requirements/features/
|
594
|
-
<span class="pre">
|
595
|
-
<span class="name">I have
|
659
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
660
|
+
<span class="pre">Given </span>
|
661
|
+
<span class="name">I have a web service</span>
|
596
662
|
</a>
|
597
663
|
</span>
|
598
|
-
<span class="">(features/
|
664
|
+
<span class="">(features/rest_client.feature)<span>
|
599
665
|
</li>
|
600
666
|
|
601
667
|
|
602
668
|
<li class="r1">
|
603
669
|
<span class='object_link'>
|
604
|
-
<a href="requirements/features/
|
670
|
+
<a href="requirements/features/rest_client.html" title="I have "PUT" service for "/test"">
|
605
671
|
<span class="pre">And </span>
|
606
|
-
<span class="name">I
|
672
|
+
<span class="name">I have "PUT" service for "/test"</span>
|
607
673
|
</a>
|
608
674
|
</span>
|
609
|
-
<span class="">(features/
|
675
|
+
<span class="">(features/rest_client.feature)<span>
|
610
676
|
</li>
|
611
677
|
|
612
678
|
|
613
679
|
<li class="r2">
|
614
680
|
<span class='object_link'>
|
615
|
-
<a href="requirements/features/
|
616
|
-
<span class="pre">
|
617
|
-
<span class="name">I
|
681
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
682
|
+
<span class="pre">And </span>
|
683
|
+
<span class="name">I am a rest client</span>
|
618
684
|
</a>
|
619
685
|
</span>
|
620
|
-
<span class="">(features/
|
686
|
+
<span class="">(features/rest_client.feature)<span>
|
621
687
|
</li>
|
622
688
|
|
623
689
|
|
624
690
|
<li class="r1">
|
625
691
|
<span class='object_link'>
|
626
|
-
<a href="requirements/features/
|
627
|
-
<span class="pre">
|
628
|
-
<span class="name">I "
|
692
|
+
<a href="requirements/features/rest_client.html" title="I "PUT" to the web service with the following">
|
693
|
+
<span class="pre">When </span>
|
694
|
+
<span class="name">I "PUT" to the web service with the following</span>
|
629
695
|
</a>
|
630
696
|
</span>
|
631
|
-
<span class="">(features/
|
697
|
+
<span class="">(features/rest_client.feature)<span>
|
632
698
|
</li>
|
633
699
|
|
634
700
|
|
635
701
|
<li class="r2">
|
636
702
|
<span class='object_link'>
|
637
|
-
<a href="requirements/features/
|
703
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
638
704
|
<span class="pre">Then </span>
|
639
705
|
<span class="name">I receive the expected message</span>
|
640
706
|
</a>
|
641
707
|
</span>
|
642
|
-
<span class="">(features/
|
708
|
+
<span class="">(features/rest_client.feature)<span>
|
643
709
|
</li>
|
644
710
|
|
645
711
|
|
646
712
|
<li class="r1">
|
647
713
|
<span class='object_link'>
|
648
|
-
<a href="requirements/features/
|
714
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
649
715
|
<span class="pre">Given </span>
|
650
716
|
<span class="name">I have a web service</span>
|
651
717
|
</a>
|
652
718
|
</span>
|
653
|
-
<span class="">(features/
|
719
|
+
<span class="">(features/rest_client.feature)<span>
|
654
720
|
</li>
|
655
721
|
|
656
722
|
|
657
723
|
<li class="r2">
|
658
724
|
<span class='object_link'>
|
659
|
-
<a href="requirements/features/
|
725
|
+
<a href="requirements/features/rest_client.html" title="I have "POST" service for "/test"">
|
660
726
|
<span class="pre">And </span>
|
661
|
-
<span class="name">I have "
|
727
|
+
<span class="name">I have "POST" service for "/test"</span>
|
662
728
|
</a>
|
663
729
|
</span>
|
664
|
-
<span class="">(features/
|
730
|
+
<span class="">(features/rest_client.feature)<span>
|
665
731
|
</li>
|
666
732
|
|
667
733
|
|
668
734
|
<li class="r1">
|
669
735
|
<span class='object_link'>
|
670
|
-
<a href="requirements/features/
|
736
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
671
737
|
<span class="pre">And </span>
|
672
738
|
<span class="name">I am a rest client</span>
|
673
739
|
</a>
|
674
740
|
</span>
|
675
|
-
<span class="">(features/
|
741
|
+
<span class="">(features/rest_client.feature)<span>
|
676
742
|
</li>
|
677
743
|
|
678
744
|
|
679
745
|
<li class="r2">
|
680
746
|
<span class='object_link'>
|
681
|
-
<a href="requirements/features/
|
682
|
-
<span class="pre">
|
683
|
-
<span class="name">I
|
747
|
+
<a href="requirements/features/rest_client.html" title="I "POST" to the web service with the following">
|
748
|
+
<span class="pre">When </span>
|
749
|
+
<span class="name">I "POST" to the web service with the following</span>
|
684
750
|
</a>
|
685
751
|
</span>
|
686
|
-
<span class="">(features/
|
752
|
+
<span class="">(features/rest_client.feature)<span>
|
687
753
|
</li>
|
688
754
|
|
689
755
|
|
690
756
|
<li class="r1">
|
691
757
|
<span class='object_link'>
|
692
|
-
<a href="requirements/features/
|
693
|
-
<span class="pre">And </span>
|
694
|
-
<span class="name">I "GET" from the web service</span>
|
695
|
-
</a>
|
696
|
-
</span>
|
697
|
-
<span class="">(features/headers/header_options.feature)<span>
|
698
|
-
</li>
|
699
|
-
|
700
|
-
|
701
|
-
<li class="r2">
|
702
|
-
<span class='object_link'>
|
703
|
-
<a href="requirements/features/headers/header_options.html" title="I receive the expected message">
|
758
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
704
759
|
<span class="pre">Then </span>
|
705
760
|
<span class="name">I receive the expected message</span>
|
706
761
|
</a>
|
707
762
|
</span>
|
708
|
-
<span class="">(features/
|
709
|
-
</li>
|
710
|
-
|
711
|
-
|
712
|
-
<li class="r1">
|
713
|
-
<span class='object_link'>
|
714
|
-
<a href="requirements/features/headers/header_options.html" title="I have a secure web service">
|
715
|
-
<span class="pre">Given </span>
|
716
|
-
<span class="name">I have a secure web service</span>
|
717
|
-
</a>
|
718
|
-
</span>
|
719
|
-
<span class="">(features/headers/header_options.feature)<span>
|
763
|
+
<span class="">(features/rest_client.feature)<span>
|
720
764
|
</li>
|
721
765
|
|
722
766
|
|
723
767
|
<li class="r2">
|
724
768
|
<span class='object_link'>
|
725
|
-
<a href="requirements/features/
|
726
|
-
<span class="pre">
|
727
|
-
<span class="name">I have
|
769
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
770
|
+
<span class="pre">Given </span>
|
771
|
+
<span class="name">I have a web service</span>
|
728
772
|
</a>
|
729
773
|
</span>
|
730
|
-
<span class="">(features/
|
774
|
+
<span class="">(features/rest_client.feature)<span>
|
731
775
|
</li>
|
732
776
|
|
733
777
|
|
734
778
|
<li class="r1">
|
735
779
|
<span class='object_link'>
|
736
|
-
<a href="requirements/features/
|
780
|
+
<a href="requirements/features/rest_client.html" title="I have "DELETE" service for "/test"">
|
737
781
|
<span class="pre">And </span>
|
738
|
-
<span class="name">I
|
782
|
+
<span class="name">I have "DELETE" service for "/test"</span>
|
739
783
|
</a>
|
740
784
|
</span>
|
741
|
-
<span class="">(features/
|
785
|
+
<span class="">(features/rest_client.feature)<span>
|
742
786
|
</li>
|
743
787
|
|
744
788
|
|
745
789
|
<li class="r2">
|
746
790
|
<span class='object_link'>
|
747
|
-
<a href="requirements/features/
|
791
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
748
792
|
<span class="pre">And </span>
|
749
|
-
<span class="name">I
|
793
|
+
<span class="name">I am a rest client</span>
|
750
794
|
</a>
|
751
795
|
</span>
|
752
|
-
<span class="">(features/
|
796
|
+
<span class="">(features/rest_client.feature)<span>
|
753
797
|
</li>
|
754
798
|
|
755
799
|
|
756
800
|
<li class="r1">
|
757
801
|
<span class='object_link'>
|
758
|
-
<a href="requirements/features/
|
759
|
-
<span class="pre">
|
760
|
-
<span class="name">I "
|
802
|
+
<a href="requirements/features/rest_client.html" title="I "DELETE" from the web service">
|
803
|
+
<span class="pre">When </span>
|
804
|
+
<span class="name">I "DELETE" from the web service</span>
|
761
805
|
</a>
|
762
806
|
</span>
|
763
|
-
<span class="">(features/
|
807
|
+
<span class="">(features/rest_client.feature)<span>
|
764
808
|
</li>
|
765
809
|
|
766
810
|
|
767
811
|
<li class="r2">
|
768
812
|
<span class='object_link'>
|
769
|
-
<a href="requirements/features/
|
813
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
770
814
|
<span class="pre">Then </span>
|
771
815
|
<span class="name">I receive the expected message</span>
|
772
816
|
</a>
|
773
817
|
</span>
|
774
|
-
<span class="">(features/
|
818
|
+
<span class="">(features/rest_client.feature)<span>
|
775
819
|
</li>
|
776
820
|
|
777
821
|
|