rest_baby 0.8 → 1.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/.rubocop.yml +0 -1
- data/ChangeLog +12 -2
- data/Gemfile +2 -0
- data/Rakefile +7 -1
- data/doc/MockRestService.html +204 -31
- data/doc/RestBaby/Client.html +686 -246
- data/doc/RestBaby.html +6 -7
- data/doc/_index.html +6 -19
- data/doc/class_list.html +6 -2
- data/doc/css/style.css +2 -1
- data/doc/feature_list.html +82 -55
- data/doc/featuredirectories_list.html +25 -32
- data/doc/file.README.html +6 -6
- data/doc/file_list.html +5 -1
- data/doc/frames.html +5 -7
- data/doc/index.html +6 -6
- data/doc/js/app.js +7 -2
- data/doc/js/full_list.js +4 -1
- data/doc/method_list.html +41 -25
- data/doc/requirements/features/header_options.html +81 -45
- data/doc/requirements/features/print_response.html +42 -148
- data/doc/requirements/features/rest_client.html +38 -30
- data/doc/requirements/features/url_parameter.html +342 -0
- data/doc/requirements/features.html +42 -39
- data/doc/requirements/step_transformers.html +524 -321
- data/doc/requirements/tags/authentication.html +8 -8
- data/doc/requirements/tags/core.html +4 -4
- data/doc/requirements/tags/delete.html +4 -4
- data/doc/requirements/tags/extended.html +12 -12
- data/doc/requirements/tags/get.html +6 -6
- data/doc/requirements/tags/header.S1.html +160 -0
- data/doc/requirements/tags/header.S2.html +160 -0
- data/doc/requirements/tags/header.S3.html +160 -0
- data/doc/requirements/tags/header.S4.html +160 -0
- data/doc/requirements/tags/header.html +160 -0
- data/doc/requirements/tags/headers.html +7 -16
- data/doc/requirements/tags/parameter.S1.html +160 -0
- data/doc/requirements/tags/parameter.html +160 -0
- data/doc/requirements/tags/post.html +10 -10
- data/doc/requirements/tags/print.S1.html +160 -0
- data/doc/requirements/tags/print.S2.html +160 -0
- data/doc/requirements/tags/print.S3.html +160 -0
- data/doc/requirements/tags/print.S4.html +160 -0
- data/doc/requirements/tags/print.html +4 -4
- data/doc/requirements/tags/put.html +4 -4
- data/doc/requirements/tags/rest.S1.html +160 -0
- data/doc/requirements/tags/rest.S2.html +160 -0
- data/doc/requirements/tags/rest.S3.html +160 -0
- data/doc/requirements/tags/rest.S4.html +160 -0
- data/doc/requirements/tags.html +97 -57
- data/doc/requirements.html +43 -38
- data/doc/step_list.html +204 -189
- data/doc/stepdefinition_list.html +69 -35
- data/doc/tag_list.html +100 -6
- data/doc/top-level-namespace.html +79 -13
- 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
- metadata +46 -31
- data/Gemfile.lock +0 -68
data/doc/step_list.html
CHANGED
@@ -20,7 +20,11 @@
|
|
20
20
|
</head>
|
21
21
|
<body>
|
22
22
|
<script type="text/javascript" charset="utf-8">
|
23
|
-
|
23
|
+
var hasFrames = false;
|
24
|
+
try {
|
25
|
+
hasFrames = window.top.frames.main ? true : false;
|
26
|
+
} catch (e) { }
|
27
|
+
if (hasFrames) {
|
24
28
|
document.getElementById('base_target').target = 'main';
|
25
29
|
document.body.className = 'frames';
|
26
30
|
}
|
@@ -73,269 +77,280 @@
|
|
73
77
|
|
74
78
|
<li class="r1">
|
75
79
|
<span class='object_link'>
|
76
|
-
<a href="requirements/features/
|
80
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
77
81
|
<span class="pre">Given </span>
|
78
82
|
<span class="name">I have a web service</span>
|
79
83
|
</a>
|
80
84
|
</span>
|
81
|
-
<span class="">(features/
|
85
|
+
<span class="">(features/rest_client.feature)<span>
|
82
86
|
</li>
|
83
87
|
|
84
88
|
|
85
89
|
<li class="r2">
|
86
90
|
<span class='object_link'>
|
87
|
-
<a href="requirements/features/
|
91
|
+
<a href="requirements/features/rest_client.html" title="I have "GET" service for "/test"">
|
88
92
|
<span class="pre">And </span>
|
89
|
-
<span class="name">I have "GET" service for "/test"
|
93
|
+
<span class="name">I have "GET" service for "/test"</span>
|
90
94
|
</a>
|
91
95
|
</span>
|
92
|
-
<span class="">(features/
|
96
|
+
<span class="">(features/rest_client.feature)<span>
|
93
97
|
</li>
|
94
98
|
|
95
99
|
|
96
100
|
<li class="r1">
|
97
101
|
<span class='object_link'>
|
98
|
-
<a href="requirements/features/
|
102
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
99
103
|
<span class="pre">And </span>
|
100
104
|
<span class="name">I am a rest client</span>
|
101
105
|
</a>
|
102
106
|
</span>
|
103
|
-
<span class="">(features/
|
107
|
+
<span class="">(features/rest_client.feature)<span>
|
104
108
|
</li>
|
105
109
|
|
106
110
|
|
107
111
|
<li class="r2">
|
108
112
|
<span class='object_link'>
|
109
|
-
<a href="requirements/features/
|
113
|
+
<a href="requirements/features/rest_client.html" title="I "GET" from the web service">
|
110
114
|
<span class="pre">When </span>
|
111
|
-
<span class="name">I
|
115
|
+
<span class="name">I "GET" from the web service</span>
|
112
116
|
</a>
|
113
117
|
</span>
|
114
|
-
<span class="">(features/
|
118
|
+
<span class="">(features/rest_client.feature)<span>
|
115
119
|
</li>
|
116
120
|
|
117
121
|
|
118
122
|
<li class="r1">
|
119
123
|
<span class='object_link'>
|
120
|
-
<a href="requirements/features/
|
121
|
-
<span class="pre">
|
122
|
-
<span class="name">I
|
124
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
125
|
+
<span class="pre">Then </span>
|
126
|
+
<span class="name">I receive the expected message</span>
|
123
127
|
</a>
|
124
128
|
</span>
|
125
|
-
<span class="">(features/
|
129
|
+
<span class="">(features/rest_client.feature)<span>
|
126
130
|
</li>
|
127
131
|
|
128
132
|
|
129
133
|
<li class="r2">
|
130
134
|
<span class='object_link'>
|
131
|
-
<a href="requirements/features/
|
132
|
-
<span class="pre">
|
133
|
-
<span class="name">I
|
135
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
136
|
+
<span class="pre">Given </span>
|
137
|
+
<span class="name">I have a web service</span>
|
134
138
|
</a>
|
135
139
|
</span>
|
136
|
-
<span class="">(features/
|
140
|
+
<span class="">(features/rest_client.feature)<span>
|
137
141
|
</li>
|
138
142
|
|
139
143
|
|
140
144
|
<li class="r1">
|
141
145
|
<span class='object_link'>
|
142
|
-
<a href="requirements/features/
|
143
|
-
<span class="pre">
|
144
|
-
<span class="name">I have
|
146
|
+
<a href="requirements/features/rest_client.html" title="I have "PUT" service for "/test"">
|
147
|
+
<span class="pre">And </span>
|
148
|
+
<span class="name">I have "PUT" service for "/test"</span>
|
145
149
|
</a>
|
146
150
|
</span>
|
147
|
-
<span class="">(features/
|
151
|
+
<span class="">(features/rest_client.feature)<span>
|
148
152
|
</li>
|
149
153
|
|
150
154
|
|
151
155
|
<li class="r2">
|
152
156
|
<span class='object_link'>
|
153
|
-
<a href="requirements/features/
|
157
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
154
158
|
<span class="pre">And </span>
|
155
|
-
<span class="name">I
|
159
|
+
<span class="name">I am a rest client</span>
|
156
160
|
</a>
|
157
161
|
</span>
|
158
|
-
<span class="">(features/
|
162
|
+
<span class="">(features/rest_client.feature)<span>
|
159
163
|
</li>
|
160
164
|
|
161
165
|
|
162
166
|
<li class="r1">
|
163
167
|
<span class='object_link'>
|
164
|
-
<a href="requirements/features/
|
165
|
-
<span class="pre">
|
166
|
-
<span class="name">I
|
168
|
+
<a href="requirements/features/rest_client.html" title="I "PUT" to the web service with the following">
|
169
|
+
<span class="pre">When </span>
|
170
|
+
<span class="name">I "PUT" to the web service with the following</span>
|
167
171
|
</a>
|
168
172
|
</span>
|
169
|
-
<span class="">(features/
|
173
|
+
<span class="">(features/rest_client.feature)<span>
|
170
174
|
</li>
|
171
175
|
|
172
176
|
|
173
177
|
<li class="r2">
|
174
178
|
<span class='object_link'>
|
175
|
-
<a href="requirements/features/
|
176
|
-
<span class="pre">
|
177
|
-
<span class="name">I
|
179
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
180
|
+
<span class="pre">Then </span>
|
181
|
+
<span class="name">I receive the expected message</span>
|
178
182
|
</a>
|
179
183
|
</span>
|
180
|
-
<span class="">(features/
|
184
|
+
<span class="">(features/rest_client.feature)<span>
|
181
185
|
</li>
|
182
186
|
|
183
187
|
|
184
188
|
<li class="r1">
|
185
189
|
<span class='object_link'>
|
186
|
-
<a href="requirements/features/
|
187
|
-
<span class="pre">
|
188
|
-
<span class="name">I
|
190
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
191
|
+
<span class="pre">Given </span>
|
192
|
+
<span class="name">I have a web service</span>
|
189
193
|
</a>
|
190
194
|
</span>
|
191
|
-
<span class="">(features/
|
195
|
+
<span class="">(features/rest_client.feature)<span>
|
192
196
|
</li>
|
193
197
|
|
194
198
|
|
195
199
|
<li class="r2">
|
196
200
|
<span class='object_link'>
|
197
|
-
<a href="requirements/features/
|
198
|
-
<span class="pre">
|
199
|
-
<span class="name">I
|
201
|
+
<a href="requirements/features/rest_client.html" title="I have "POST" service for "/test"">
|
202
|
+
<span class="pre">And </span>
|
203
|
+
<span class="name">I have "POST" service for "/test"</span>
|
200
204
|
</a>
|
201
205
|
</span>
|
202
|
-
<span class="">(features/
|
206
|
+
<span class="">(features/rest_client.feature)<span>
|
203
207
|
</li>
|
204
208
|
|
205
209
|
|
206
210
|
<li class="r1">
|
207
211
|
<span class='object_link'>
|
208
|
-
<a href="requirements/features/
|
209
|
-
<span class="pre">
|
210
|
-
<span class="name">I
|
212
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
213
|
+
<span class="pre">And </span>
|
214
|
+
<span class="name">I am a rest client</span>
|
211
215
|
</a>
|
212
216
|
</span>
|
213
|
-
<span class="">(features/
|
217
|
+
<span class="">(features/rest_client.feature)<span>
|
214
218
|
</li>
|
215
219
|
|
216
220
|
|
217
221
|
<li class="r2">
|
218
222
|
<span class='object_link'>
|
219
|
-
<a href="requirements/features/
|
220
|
-
<span class="pre">
|
221
|
-
<span class="name">I
|
223
|
+
<a href="requirements/features/rest_client.html" title="I "POST" to the web service with the following">
|
224
|
+
<span class="pre">When </span>
|
225
|
+
<span class="name">I "POST" to the web service with the following</span>
|
222
226
|
</a>
|
223
227
|
</span>
|
224
|
-
<span class="">(features/
|
228
|
+
<span class="">(features/rest_client.feature)<span>
|
225
229
|
</li>
|
226
230
|
|
227
231
|
|
228
232
|
<li class="r1">
|
229
233
|
<span class='object_link'>
|
230
|
-
<a href="requirements/features/
|
231
|
-
<span class="pre">
|
232
|
-
<span class="name">I
|
234
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
235
|
+
<span class="pre">Then </span>
|
236
|
+
<span class="name">I receive the expected message</span>
|
233
237
|
</a>
|
234
238
|
</span>
|
235
|
-
<span class="">(features/
|
239
|
+
<span class="">(features/rest_client.feature)<span>
|
236
240
|
</li>
|
237
241
|
|
238
242
|
|
239
243
|
<li class="r2">
|
240
244
|
<span class='object_link'>
|
241
|
-
<a href="requirements/features/
|
242
|
-
<span class="pre">
|
243
|
-
<span class="name">I have
|
245
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
246
|
+
<span class="pre">Given </span>
|
247
|
+
<span class="name">I have a web service</span>
|
244
248
|
</a>
|
245
249
|
</span>
|
246
|
-
<span class="">(features/
|
250
|
+
<span class="">(features/rest_client.feature)<span>
|
247
251
|
</li>
|
248
252
|
|
249
253
|
|
250
254
|
<li class="r1">
|
251
255
|
<span class='object_link'>
|
252
|
-
<a href="requirements/features/
|
256
|
+
<a href="requirements/features/rest_client.html" title="I have "DELETE" service for "/test"">
|
253
257
|
<span class="pre">And </span>
|
254
|
-
<span class="name">I "
|
258
|
+
<span class="name">I have "DELETE" service for "/test"</span>
|
255
259
|
</a>
|
256
260
|
</span>
|
257
|
-
<span class="">(features/
|
261
|
+
<span class="">(features/rest_client.feature)<span>
|
258
262
|
</li>
|
259
263
|
|
260
264
|
|
261
265
|
<li class="r2">
|
262
266
|
<span class='object_link'>
|
263
|
-
<a href="requirements/features/
|
264
|
-
<span class="pre">
|
265
|
-
<span class="name">I
|
267
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
268
|
+
<span class="pre">And </span>
|
269
|
+
<span class="name">I am a rest client</span>
|
266
270
|
</a>
|
267
271
|
</span>
|
268
|
-
<span class="">(features/
|
272
|
+
<span class="">(features/rest_client.feature)<span>
|
269
273
|
</li>
|
270
274
|
|
271
275
|
|
272
276
|
<li class="r1">
|
273
277
|
<span class='object_link'>
|
274
|
-
<a href="requirements/features/
|
275
|
-
<span class="pre">
|
276
|
-
<span class="name">I
|
278
|
+
<a href="requirements/features/rest_client.html" title="I "DELETE" from the web service">
|
279
|
+
<span class="pre">When </span>
|
280
|
+
<span class="name">I "DELETE" from the web service</span>
|
277
281
|
</a>
|
278
282
|
</span>
|
279
|
-
<span class="">(features/
|
283
|
+
<span class="">(features/rest_client.feature)<span>
|
280
284
|
</li>
|
281
285
|
|
282
286
|
|
283
287
|
<li class="r2">
|
284
288
|
<span class='object_link'>
|
285
|
-
<a href="requirements/features/
|
286
|
-
<span class="pre">
|
287
|
-
<span class="name">I
|
289
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
290
|
+
<span class="pre">Then </span>
|
291
|
+
<span class="name">I receive the expected message</span>
|
288
292
|
</a>
|
289
293
|
</span>
|
290
|
-
<span class="">(features/
|
294
|
+
<span class="">(features/rest_client.feature)<span>
|
291
295
|
</li>
|
292
296
|
|
293
297
|
|
294
298
|
<li class="r1">
|
295
299
|
<span class='object_link'>
|
296
|
-
<a href="requirements/features/
|
297
|
-
<span class="pre">
|
298
|
-
<span class="name">I
|
300
|
+
<a href="requirements/features/url_parameter.html" title="I have a web service">
|
301
|
+
<span class="pre">Given </span>
|
302
|
+
<span class="name">I have a web service</span>
|
299
303
|
</a>
|
300
304
|
</span>
|
301
|
-
<span class="">(features/
|
305
|
+
<span class="">(features/url_parameter.feature)<span>
|
302
306
|
</li>
|
303
307
|
|
304
308
|
|
305
309
|
<li class="r2">
|
306
310
|
<span class='object_link'>
|
307
|
-
<a href="requirements/features/
|
311
|
+
<a href="requirements/features/url_parameter.html" title="I have "GET" service for "/test?first=1&second=2&third=3"">
|
308
312
|
<span class="pre">And </span>
|
309
|
-
<span class="name">I have
|
313
|
+
<span class="name">I have "GET" service for "/test?first=1&second=2&third=3"</span>
|
310
314
|
</a>
|
311
315
|
</span>
|
312
|
-
<span class="">(features/
|
316
|
+
<span class="">(features/url_parameter.feature)<span>
|
313
317
|
</li>
|
314
318
|
|
315
319
|
|
316
320
|
<li class="r1">
|
317
321
|
<span class='object_link'>
|
318
|
-
<a href="requirements/features/
|
322
|
+
<a href="requirements/features/url_parameter.html" title="I am a rest client">
|
319
323
|
<span class="pre">And </span>
|
320
|
-
<span class="name">I
|
324
|
+
<span class="name">I am a rest client</span>
|
321
325
|
</a>
|
322
326
|
</span>
|
323
|
-
<span class="">(features/
|
327
|
+
<span class="">(features/url_parameter.feature)<span>
|
324
328
|
</li>
|
325
329
|
|
326
330
|
|
327
331
|
<li class="r2">
|
328
332
|
<span class='object_link'>
|
329
|
-
<a href="requirements/features/
|
330
|
-
<span class="pre">
|
331
|
-
<span class="name">I
|
333
|
+
<a href="requirements/features/url_parameter.html" title="I "GET" from the web service with the parameters">
|
334
|
+
<span class="pre">When </span>
|
335
|
+
<span class="name">I "GET" from the web service with the parameters</span>
|
332
336
|
</a>
|
333
337
|
</span>
|
334
|
-
<span class="">(features/
|
338
|
+
<span class="">(features/url_parameter.feature)<span>
|
335
339
|
</li>
|
336
340
|
|
337
341
|
|
338
342
|
<li class="r1">
|
343
|
+
<span class='object_link'>
|
344
|
+
<a href="requirements/features/url_parameter.html" title="I receive a message with "first=1&second=2&third=3"">
|
345
|
+
<span class="pre">Then </span>
|
346
|
+
<span class="name">I receive a message with "first=1&second=2&third=3"</span>
|
347
|
+
</a>
|
348
|
+
</span>
|
349
|
+
<span class="">(features/url_parameter.feature)<span>
|
350
|
+
</li>
|
351
|
+
|
352
|
+
|
353
|
+
<li class="r2">
|
339
354
|
<span class='object_link'>
|
340
355
|
<a href="requirements/features/print_response.html" title="I have a web service">
|
341
356
|
<span class="pre">Given </span>
|
@@ -346,7 +361,7 @@
|
|
346
361
|
</li>
|
347
362
|
|
348
363
|
|
349
|
-
<li class="
|
364
|
+
<li class="r1">
|
350
365
|
<span class='object_link'>
|
351
366
|
<a href="requirements/features/print_response.html" title="I have "GET" service for "/test" as follows">
|
352
367
|
<span class="pre">And </span>
|
@@ -357,7 +372,7 @@
|
|
357
372
|
</li>
|
358
373
|
|
359
374
|
|
360
|
-
<li class="
|
375
|
+
<li class="r2">
|
361
376
|
<span class='object_link'>
|
362
377
|
<a href="requirements/features/print_response.html" title="I am a rest client">
|
363
378
|
<span class="pre">And </span>
|
@@ -368,7 +383,7 @@
|
|
368
383
|
</li>
|
369
384
|
|
370
385
|
|
371
|
-
<li class="
|
386
|
+
<li class="r1">
|
372
387
|
<span class='object_link'>
|
373
388
|
<a href="requirements/features/print_response.html" title="I "GET" from the web service">
|
374
389
|
<span class="pre">When </span>
|
@@ -379,7 +394,7 @@
|
|
379
394
|
</li>
|
380
395
|
|
381
396
|
|
382
|
-
<li class="
|
397
|
+
<li class="r2">
|
383
398
|
<span class='object_link'>
|
384
399
|
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
385
400
|
<span class="pre">Then </span>
|
@@ -390,17 +405,6 @@
|
|
390
405
|
</li>
|
391
406
|
|
392
407
|
|
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
408
|
<li class="r1">
|
405
409
|
<span class='object_link'>
|
406
410
|
<a href="requirements/features/print_response.html" title="I have a web service">
|
@@ -457,17 +461,6 @@
|
|
457
461
|
|
458
462
|
|
459
463
|
<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
|
-
<li class="r1">
|
471
464
|
<span class='object_link'>
|
472
465
|
<a href="requirements/features/print_response.html" title="I have a web service">
|
473
466
|
<span class="pre">Given </span>
|
@@ -478,7 +471,7 @@
|
|
478
471
|
</li>
|
479
472
|
|
480
473
|
|
481
|
-
<li class="
|
474
|
+
<li class="r1">
|
482
475
|
<span class='object_link'>
|
483
476
|
<a href="requirements/features/print_response.html" title="I have "POST" service for "/test" as follows">
|
484
477
|
<span class="pre">And </span>
|
@@ -489,7 +482,7 @@
|
|
489
482
|
</li>
|
490
483
|
|
491
484
|
|
492
|
-
<li class="
|
485
|
+
<li class="r2">
|
493
486
|
<span class='object_link'>
|
494
487
|
<a href="requirements/features/print_response.html" title="I am a rest client">
|
495
488
|
<span class="pre">And </span>
|
@@ -500,7 +493,7 @@
|
|
500
493
|
</li>
|
501
494
|
|
502
495
|
|
503
|
-
<li class="
|
496
|
+
<li class="r1">
|
504
497
|
<span class='object_link'>
|
505
498
|
<a href="requirements/features/print_response.html" title="I "POST" to the web service with the following">
|
506
499
|
<span class="pre">When </span>
|
@@ -511,7 +504,7 @@
|
|
511
504
|
</li>
|
512
505
|
|
513
506
|
|
514
|
-
<li class="
|
507
|
+
<li class="r2">
|
515
508
|
<span class='object_link'>
|
516
509
|
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
517
510
|
<span class="pre">Then </span>
|
@@ -522,17 +515,6 @@
|
|
522
515
|
</li>
|
523
516
|
|
524
517
|
|
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
518
|
<li class="r1">
|
537
519
|
<span class='object_link'>
|
538
520
|
<a href="requirements/features/print_response.html" title="I have a web service">
|
@@ -590,232 +572,265 @@
|
|
590
572
|
|
591
573
|
<li class="r2">
|
592
574
|
<span class='object_link'>
|
593
|
-
<a href="requirements/features/
|
594
|
-
<span class="pre">
|
595
|
-
<span class="name">
|
575
|
+
<a href="requirements/features/header_options.html" title="I have a web service">
|
576
|
+
<span class="pre">Given </span>
|
577
|
+
<span class="name">I have a web service</span>
|
596
578
|
</a>
|
597
579
|
</span>
|
598
|
-
<span class="">(features/
|
580
|
+
<span class="">(features/header_options.feature)<span>
|
599
581
|
</li>
|
600
582
|
|
601
583
|
|
602
584
|
<li class="r1">
|
603
585
|
<span class='object_link'>
|
604
|
-
<a href="requirements/features/
|
605
|
-
<span class="pre">
|
606
|
-
<span class="name">I have
|
586
|
+
<a href="requirements/features/header_options.html" title="I have "GET" service for "/test" with the following headers">
|
587
|
+
<span class="pre">And </span>
|
588
|
+
<span class="name">I have "GET" service for "/test" with the following headers</span>
|
607
589
|
</a>
|
608
590
|
</span>
|
609
|
-
<span class="">(features/
|
591
|
+
<span class="">(features/header_options.feature)<span>
|
610
592
|
</li>
|
611
593
|
|
612
594
|
|
613
595
|
<li class="r2">
|
614
596
|
<span class='object_link'>
|
615
|
-
<a href="requirements/features/
|
597
|
+
<a href="requirements/features/header_options.html" title="I am a rest client">
|
616
598
|
<span class="pre">And </span>
|
617
|
-
<span class="name">I
|
599
|
+
<span class="name">I am a rest client</span>
|
618
600
|
</a>
|
619
601
|
</span>
|
620
|
-
<span class="">(features/
|
602
|
+
<span class="">(features/header_options.feature)<span>
|
621
603
|
</li>
|
622
604
|
|
623
605
|
|
624
606
|
<li class="r1">
|
625
607
|
<span class='object_link'>
|
626
|
-
<a href="requirements/features/
|
627
|
-
<span class="pre">
|
628
|
-
<span class="name">I
|
608
|
+
<a href="requirements/features/header_options.html" title="I have the following header">
|
609
|
+
<span class="pre">When </span>
|
610
|
+
<span class="name">I have the following header</span>
|
629
611
|
</a>
|
630
612
|
</span>
|
631
|
-
<span class="">(features/
|
613
|
+
<span class="">(features/header_options.feature)<span>
|
632
614
|
</li>
|
633
615
|
|
634
616
|
|
635
617
|
<li class="r2">
|
636
618
|
<span class='object_link'>
|
637
|
-
<a href="requirements/features/
|
638
|
-
<span class="pre">
|
619
|
+
<a href="requirements/features/header_options.html" title="I "GET" from the web service">
|
620
|
+
<span class="pre">And </span>
|
639
621
|
<span class="name">I "GET" from the web service</span>
|
640
622
|
</a>
|
641
623
|
</span>
|
642
|
-
<span class="">(features/
|
624
|
+
<span class="">(features/header_options.feature)<span>
|
643
625
|
</li>
|
644
626
|
|
645
627
|
|
646
628
|
<li class="r1">
|
647
629
|
<span class='object_link'>
|
648
|
-
<a href="requirements/features/
|
630
|
+
<a href="requirements/features/header_options.html" title="I receive the expected message">
|
649
631
|
<span class="pre">Then </span>
|
650
632
|
<span class="name">I receive the expected message</span>
|
651
633
|
</a>
|
652
634
|
</span>
|
653
|
-
<span class="">(features/
|
635
|
+
<span class="">(features/header_options.feature)<span>
|
654
636
|
</li>
|
655
637
|
|
656
638
|
|
657
639
|
<li class="r2">
|
658
640
|
<span class='object_link'>
|
659
|
-
<a href="requirements/features/
|
641
|
+
<a href="requirements/features/header_options.html" title="I have a web service">
|
660
642
|
<span class="pre">Given </span>
|
661
643
|
<span class="name">I have a web service</span>
|
662
644
|
</a>
|
663
645
|
</span>
|
664
|
-
<span class="">(features/
|
646
|
+
<span class="">(features/header_options.feature)<span>
|
665
647
|
</li>
|
666
648
|
|
667
649
|
|
668
650
|
<li class="r1">
|
669
651
|
<span class='object_link'>
|
670
|
-
<a href="requirements/features/
|
652
|
+
<a href="requirements/features/header_options.html" title="I have "POST" service for "/test" with the following headers">
|
671
653
|
<span class="pre">And </span>
|
672
|
-
<span class="name">I have "
|
654
|
+
<span class="name">I have "POST" service for "/test" with the following headers</span>
|
673
655
|
</a>
|
674
656
|
</span>
|
675
|
-
<span class="">(features/
|
657
|
+
<span class="">(features/header_options.feature)<span>
|
676
658
|
</li>
|
677
659
|
|
678
660
|
|
679
661
|
<li class="r2">
|
680
662
|
<span class='object_link'>
|
681
|
-
<a href="requirements/features/
|
663
|
+
<a href="requirements/features/header_options.html" title="I am a rest client">
|
682
664
|
<span class="pre">And </span>
|
683
665
|
<span class="name">I am a rest client</span>
|
684
666
|
</a>
|
685
667
|
</span>
|
686
|
-
<span class="">(features/
|
668
|
+
<span class="">(features/header_options.feature)<span>
|
687
669
|
</li>
|
688
670
|
|
689
671
|
|
690
672
|
<li class="r1">
|
691
673
|
<span class='object_link'>
|
692
|
-
<a href="requirements/features/
|
674
|
+
<a href="requirements/features/header_options.html" title="I have the following header">
|
693
675
|
<span class="pre">When </span>
|
694
|
-
<span class="name">I
|
676
|
+
<span class="name">I have the following header</span>
|
695
677
|
</a>
|
696
678
|
</span>
|
697
|
-
<span class="">(features/
|
679
|
+
<span class="">(features/header_options.feature)<span>
|
698
680
|
</li>
|
699
681
|
|
700
682
|
|
701
683
|
<li class="r2">
|
702
684
|
<span class='object_link'>
|
703
|
-
<a href="requirements/features/
|
685
|
+
<a href="requirements/features/header_options.html" title="I "POST" to the web service with the following">
|
686
|
+
<span class="pre">And </span>
|
687
|
+
<span class="name">I "POST" to the web service with the following</span>
|
688
|
+
</a>
|
689
|
+
</span>
|
690
|
+
<span class="">(features/header_options.feature)<span>
|
691
|
+
</li>
|
692
|
+
|
693
|
+
|
694
|
+
<li class="r1">
|
695
|
+
<span class='object_link'>
|
696
|
+
<a href="requirements/features/header_options.html" title="I receive the expected message">
|
704
697
|
<span class="pre">Then </span>
|
705
698
|
<span class="name">I receive the expected message</span>
|
706
699
|
</a>
|
707
700
|
</span>
|
708
|
-
<span class="">(features/
|
701
|
+
<span class="">(features/header_options.feature)<span>
|
709
702
|
</li>
|
710
703
|
|
711
704
|
|
712
|
-
<li class="
|
705
|
+
<li class="r2">
|
713
706
|
<span class='object_link'>
|
714
|
-
<a href="requirements/features/
|
707
|
+
<a href="requirements/features/header_options.html" title="I have a web service">
|
715
708
|
<span class="pre">Given </span>
|
716
709
|
<span class="name">I have a web service</span>
|
717
710
|
</a>
|
718
711
|
</span>
|
719
|
-
<span class="">(features/
|
712
|
+
<span class="">(features/header_options.feature)<span>
|
713
|
+
</li>
|
714
|
+
|
715
|
+
|
716
|
+
<li class="r1">
|
717
|
+
<span class='object_link'>
|
718
|
+
<a href="requirements/features/header_options.html" title="I have "GET" service for "/test" for user "test" and password "rest"">
|
719
|
+
<span class="pre">And </span>
|
720
|
+
<span class="name">I have "GET" service for "/test" for user "test" and password "rest"</span>
|
721
|
+
</a>
|
722
|
+
</span>
|
723
|
+
<span class="">(features/header_options.feature)<span>
|
720
724
|
</li>
|
721
725
|
|
722
726
|
|
723
727
|
<li class="r2">
|
724
728
|
<span class='object_link'>
|
725
|
-
<a href="requirements/features/
|
729
|
+
<a href="requirements/features/header_options.html" title="I am a rest client">
|
726
730
|
<span class="pre">And </span>
|
727
|
-
<span class="name">I
|
731
|
+
<span class="name">I am a rest client</span>
|
728
732
|
</a>
|
729
733
|
</span>
|
730
|
-
<span class="">(features/
|
734
|
+
<span class="">(features/header_options.feature)<span>
|
731
735
|
</li>
|
732
736
|
|
733
737
|
|
734
738
|
<li class="r1">
|
735
739
|
<span class='object_link'>
|
736
|
-
<a href="requirements/features/
|
740
|
+
<a href="requirements/features/header_options.html" title="I have basic auth for user "test" and password "rest"">
|
737
741
|
<span class="pre">And </span>
|
738
|
-
<span class="name">I
|
742
|
+
<span class="name">I have basic auth for user "test" and password "rest"</span>
|
739
743
|
</a>
|
740
744
|
</span>
|
741
|
-
<span class="">(features/
|
745
|
+
<span class="">(features/header_options.feature)<span>
|
742
746
|
</li>
|
743
747
|
|
744
748
|
|
745
749
|
<li class="r2">
|
746
750
|
<span class='object_link'>
|
747
|
-
<a href="requirements/features/
|
748
|
-
<span class="pre">
|
749
|
-
<span class="name">I "
|
751
|
+
<a href="requirements/features/header_options.html" title="I "GET" from the web service">
|
752
|
+
<span class="pre">And </span>
|
753
|
+
<span class="name">I "GET" from the web service</span>
|
750
754
|
</a>
|
751
755
|
</span>
|
752
|
-
<span class="">(features/
|
756
|
+
<span class="">(features/header_options.feature)<span>
|
753
757
|
</li>
|
754
758
|
|
755
759
|
|
756
760
|
<li class="r1">
|
757
761
|
<span class='object_link'>
|
758
|
-
<a href="requirements/features/
|
762
|
+
<a href="requirements/features/header_options.html" title="I receive the expected message">
|
759
763
|
<span class="pre">Then </span>
|
760
764
|
<span class="name">I receive the expected message</span>
|
761
765
|
</a>
|
762
766
|
</span>
|
763
|
-
<span class="">(features/
|
767
|
+
<span class="">(features/header_options.feature)<span>
|
764
768
|
</li>
|
765
769
|
|
766
770
|
|
767
771
|
<li class="r2">
|
768
772
|
<span class='object_link'>
|
769
|
-
<a href="requirements/features/
|
773
|
+
<a href="requirements/features/header_options.html" title="I have a secure web service">
|
770
774
|
<span class="pre">Given </span>
|
771
|
-
<span class="name">I have a web service</span>
|
775
|
+
<span class="name">I have a secure web service</span>
|
772
776
|
</a>
|
773
777
|
</span>
|
774
|
-
<span class="">(features/
|
778
|
+
<span class="">(features/header_options.feature)<span>
|
775
779
|
</li>
|
776
780
|
|
777
781
|
|
778
782
|
<li class="r1">
|
779
783
|
<span class='object_link'>
|
780
|
-
<a href="requirements/features/
|
784
|
+
<a href="requirements/features/header_options.html" title="I have "GET" service for "/test" for user "test" and password "rest"">
|
781
785
|
<span class="pre">And </span>
|
782
|
-
<span class="name">I have "
|
786
|
+
<span class="name">I have "GET" service for "/test" for user "test" and password "rest"</span>
|
783
787
|
</a>
|
784
788
|
</span>
|
785
|
-
<span class="">(features/
|
789
|
+
<span class="">(features/header_options.feature)<span>
|
786
790
|
</li>
|
787
791
|
|
788
792
|
|
789
793
|
<li class="r2">
|
790
794
|
<span class='object_link'>
|
791
|
-
<a href="requirements/features/
|
795
|
+
<a href="requirements/features/header_options.html" title="I am a rest client">
|
792
796
|
<span class="pre">And </span>
|
793
797
|
<span class="name">I am a rest client</span>
|
794
798
|
</a>
|
795
799
|
</span>
|
796
|
-
<span class="">(features/
|
800
|
+
<span class="">(features/header_options.feature)<span>
|
797
801
|
</li>
|
798
802
|
|
799
803
|
|
800
804
|
<li class="r1">
|
801
805
|
<span class='object_link'>
|
802
|
-
<a href="requirements/features/
|
803
|
-
<span class="pre">
|
804
|
-
<span class="name">I "
|
806
|
+
<a href="requirements/features/header_options.html" title="I have basic auth for user "test" and password "rest"">
|
807
|
+
<span class="pre">And </span>
|
808
|
+
<span class="name">I have basic auth for user "test" and password "rest"</span>
|
805
809
|
</a>
|
806
810
|
</span>
|
807
|
-
<span class="">(features/
|
811
|
+
<span class="">(features/header_options.feature)<span>
|
808
812
|
</li>
|
809
813
|
|
810
814
|
|
811
815
|
<li class="r2">
|
812
816
|
<span class='object_link'>
|
813
|
-
<a href="requirements/features/
|
817
|
+
<a href="requirements/features/header_options.html" title="I "GET" from the web service">
|
818
|
+
<span class="pre">And </span>
|
819
|
+
<span class="name">I "GET" from the web service</span>
|
820
|
+
</a>
|
821
|
+
</span>
|
822
|
+
<span class="">(features/header_options.feature)<span>
|
823
|
+
</li>
|
824
|
+
|
825
|
+
|
826
|
+
<li class="r1">
|
827
|
+
<span class='object_link'>
|
828
|
+
<a href="requirements/features/header_options.html" title="I receive the expected message">
|
814
829
|
<span class="pre">Then </span>
|
815
830
|
<span class="name">I receive the expected message</span>
|
816
831
|
</a>
|
817
832
|
</span>
|
818
|
-
<span class="">(features/
|
833
|
+
<span class="">(features/header_options.feature)<span>
|
819
834
|
</li>
|
820
835
|
|
821
836
|
|