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