rest_baby 0.1 → 0.2
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 +13 -0
- data/README.md +2 -2
- data/Rakefile +8 -1
- data/doc/MockRestService.html +351 -0
- data/doc/PinchRestService.html +349 -0
- data/doc/RestBaby/Client.html +936 -0
- data/doc/RestBaby.html +170 -0
- data/doc/_index.html +182 -0
- data/doc/class_list.html +74 -0
- data/doc/css/common.css +1 -0
- data/doc/css/cucumber.css +227 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +338 -0
- data/doc/feature_list.html +245 -0
- data/doc/featuredirectories_list.html +179 -0
- data/doc/file.README.html +134 -0
- data/doc/file_list.html +76 -0
- data/doc/frames.html +28 -0
- data/doc/index.html +134 -0
- data/doc/js/app.js +214 -0
- data/doc/js/cucumber.js +305 -0
- data/doc/js/full_list.js +178 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +169 -0
- data/doc/requirements/features/header_options.html +1020 -0
- data/doc/requirements/features/headers/header_options.html +1020 -0
- data/doc/requirements/features/headers.html +157 -0
- data/doc/requirements/features/print_response.html +969 -0
- data/doc/requirements/features/rest_client.html +835 -0
- data/doc/requirements/features.html +199 -0
- data/doc/requirements/step_transformers.html +1508 -0
- data/doc/requirements/tags/authentication.html +169 -0
- data/doc/requirements/tags/core.html +187 -0
- data/doc/requirements/tags/delete.html +169 -0
- data/doc/requirements/tags/extended.html +223 -0
- data/doc/requirements/tags/get.html +178 -0
- data/doc/requirements/tags/headers.html +169 -0
- data/doc/requirements/tags/post.html +196 -0
- data/doc/requirements/tags/print.html +187 -0
- data/doc/requirements/tags/put.html +169 -0
- data/doc/requirements/tags.html +408 -0
- data/doc/requirements.html +213 -0
- data/doc/step_list.html +825 -0
- data/doc/stepdefinition_list.html +230 -0
- data/doc/tag_list.html +131 -0
- data/doc/top-level-namespace.html +244 -0
- data/features/{header_options.feature → headers/header_options.feature} +0 -0
- data/features/step_definitions/rest_client_steps.rb +5 -4
- data/features/support/env.rb +1 -18
- data/features/support/mock_rest_service.rb +1 -1
- data/lib/rest_baby/version.rb +1 -1
- data/lib/rest_baby.rb +62 -35
- metadata +49 -5
- data/LICENSE +0 -24
data/doc/step_list.html
ADDED
@@ -0,0 +1,825 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
|
7
|
+
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
+
|
9
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
+
|
15
|
+
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
+
|
17
|
+
|
18
|
+
<title>Steps List</title>
|
19
|
+
<base id="base_target" target="_parent" />
|
20
|
+
</head>
|
21
|
+
<body>
|
22
|
+
<script type="text/javascript" charset="utf-8">
|
23
|
+
if (window.top.frames.main) {
|
24
|
+
document.getElementById('base_target').target = 'main';
|
25
|
+
document.body.className = 'frames';
|
26
|
+
}
|
27
|
+
</script>
|
28
|
+
<div id="content">
|
29
|
+
<h1 id="full_list_header">Steps List</h1>
|
30
|
+
<div id="nav">
|
31
|
+
|
32
|
+
<span><a target="_self" href="feature_list.html">
|
33
|
+
Features
|
34
|
+
</a></span>
|
35
|
+
|
36
|
+
<span><a target="_self" href="featuredirectories_list.html">
|
37
|
+
Features by Directory
|
38
|
+
</a></span>
|
39
|
+
|
40
|
+
<span><a target="_self" href="tag_list.html">
|
41
|
+
Tags
|
42
|
+
</a></span>
|
43
|
+
|
44
|
+
<span><a target="_self" href="step_list.html">
|
45
|
+
Steps
|
46
|
+
</a></span>
|
47
|
+
|
48
|
+
<span><a target="_self" href="stepdefinition_list.html">
|
49
|
+
Step Definitions
|
50
|
+
</a></span>
|
51
|
+
|
52
|
+
<span><a target="_self" href="class_list.html">
|
53
|
+
Classes
|
54
|
+
</a></span>
|
55
|
+
|
56
|
+
<span><a target="_self" href="method_list.html">
|
57
|
+
Methods
|
58
|
+
</a></span>
|
59
|
+
|
60
|
+
<span><a target="_self" href="file_list.html">
|
61
|
+
Files
|
62
|
+
</a></span>
|
63
|
+
|
64
|
+
</div>
|
65
|
+
<div id="search">Search: <input type="text" /></div>
|
66
|
+
|
67
|
+
<ul id="full_list" class="class">
|
68
|
+
<li>
|
69
|
+
<span class='object_link'><a href="requirements/step_transformers.html" title="requirements::step_transformers (steptransformers)">All Defined Steps</a></span>
|
70
|
+
</li>
|
71
|
+
|
72
|
+
|
73
|
+
|
74
|
+
<li class="r1">
|
75
|
+
<span class='object_link'>
|
76
|
+
<a href="requirements/features/headers/header_options.html" title="I have a web service">
|
77
|
+
<span class="pre">Given </span>
|
78
|
+
<span class="name">I have a web service</span>
|
79
|
+
</a>
|
80
|
+
</span>
|
81
|
+
<span class="">(features/headers/header_options.feature)<span>
|
82
|
+
</li>
|
83
|
+
|
84
|
+
|
85
|
+
<li class="r2">
|
86
|
+
<span class='object_link'>
|
87
|
+
<a href="requirements/features/headers/header_options.html" title="I have "GET" service for "/test" with the following headers">
|
88
|
+
<span class="pre">And </span>
|
89
|
+
<span class="name">I have "GET" service for "/test" with the following headers</span>
|
90
|
+
</a>
|
91
|
+
</span>
|
92
|
+
<span class="">(features/headers/header_options.feature)<span>
|
93
|
+
</li>
|
94
|
+
|
95
|
+
|
96
|
+
<li class="r1">
|
97
|
+
<span class='object_link'>
|
98
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
99
|
+
<span class="pre">And </span>
|
100
|
+
<span class="name">I am a rest client</span>
|
101
|
+
</a>
|
102
|
+
</span>
|
103
|
+
<span class="">(features/headers/header_options.feature)<span>
|
104
|
+
</li>
|
105
|
+
|
106
|
+
|
107
|
+
<li class="r2">
|
108
|
+
<span class='object_link'>
|
109
|
+
<a href="requirements/features/headers/header_options.html" title="I have the following header">
|
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
|
+
<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">
|
132
|
+
<span class="pre">Then </span>
|
133
|
+
<span class="name">I receive the expected message</span>
|
134
|
+
</a>
|
135
|
+
</span>
|
136
|
+
<span class="">(features/headers/header_options.feature)<span>
|
137
|
+
</li>
|
138
|
+
|
139
|
+
|
140
|
+
<li class="r1">
|
141
|
+
<span class='object_link'>
|
142
|
+
<a href="requirements/features/headers/header_options.html" title="I have a web service">
|
143
|
+
<span class="pre">Given </span>
|
144
|
+
<span class="name">I have a web service</span>
|
145
|
+
</a>
|
146
|
+
</span>
|
147
|
+
<span class="">(features/headers/header_options.feature)<span>
|
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>
|
159
|
+
</li>
|
160
|
+
|
161
|
+
|
162
|
+
<li class="r1">
|
163
|
+
<span class='object_link'>
|
164
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
165
|
+
<span class="pre">And </span>
|
166
|
+
<span class="name">I am a rest client</span>
|
167
|
+
</a>
|
168
|
+
</span>
|
169
|
+
<span class="">(features/headers/header_options.feature)<span>
|
170
|
+
</li>
|
171
|
+
|
172
|
+
|
173
|
+
<li class="r2">
|
174
|
+
<span class='object_link'>
|
175
|
+
<a href="requirements/features/headers/header_options.html" title="I have the following header">
|
176
|
+
<span class="pre">When </span>
|
177
|
+
<span class="name">I have the following header</span>
|
178
|
+
</a>
|
179
|
+
</span>
|
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>
|
192
|
+
</li>
|
193
|
+
|
194
|
+
|
195
|
+
<li class="r2">
|
196
|
+
<span class='object_link'>
|
197
|
+
<a href="requirements/features/headers/header_options.html" title="I receive the expected message">
|
198
|
+
<span class="pre">Then </span>
|
199
|
+
<span class="name">I receive the expected message</span>
|
200
|
+
</a>
|
201
|
+
</span>
|
202
|
+
<span class="">(features/headers/header_options.feature)<span>
|
203
|
+
</li>
|
204
|
+
|
205
|
+
|
206
|
+
<li class="r1">
|
207
|
+
<span class='object_link'>
|
208
|
+
<a href="requirements/features/headers/header_options.html" title="I have a web service">
|
209
|
+
<span class="pre">Given </span>
|
210
|
+
<span class="name">I have a web service</span>
|
211
|
+
</a>
|
212
|
+
</span>
|
213
|
+
<span class="">(features/headers/header_options.feature)<span>
|
214
|
+
</li>
|
215
|
+
|
216
|
+
|
217
|
+
<li class="r2">
|
218
|
+
<span class='object_link'>
|
219
|
+
<a href="requirements/features/headers/header_options.html" title="I have "GET" service for "/test"">
|
220
|
+
<span class="pre">And </span>
|
221
|
+
<span class="name">I have "GET" service for "/test"</span>
|
222
|
+
</a>
|
223
|
+
</span>
|
224
|
+
<span class="">(features/headers/header_options.feature)<span>
|
225
|
+
</li>
|
226
|
+
|
227
|
+
|
228
|
+
<li class="r1">
|
229
|
+
<span class='object_link'>
|
230
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
231
|
+
<span class="pre">And </span>
|
232
|
+
<span class="name">I am a rest client</span>
|
233
|
+
</a>
|
234
|
+
</span>
|
235
|
+
<span class="">(features/headers/header_options.feature)<span>
|
236
|
+
</li>
|
237
|
+
|
238
|
+
|
239
|
+
<li class="r2">
|
240
|
+
<span class='object_link'>
|
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>
|
244
|
+
</a>
|
245
|
+
</span>
|
246
|
+
<span class="">(features/headers/header_options.feature)<span>
|
247
|
+
</li>
|
248
|
+
|
249
|
+
|
250
|
+
<li class="r1">
|
251
|
+
<span class='object_link'>
|
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">
|
264
|
+
<span class="pre">Then </span>
|
265
|
+
<span class="name">I receive the expected message</span>
|
266
|
+
</a>
|
267
|
+
</span>
|
268
|
+
<span class="">(features/headers/header_options.feature)<span>
|
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>
|
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>
|
291
|
+
</li>
|
292
|
+
|
293
|
+
|
294
|
+
<li class="r1">
|
295
|
+
<span class='object_link'>
|
296
|
+
<a href="requirements/features/headers/header_options.html" title="I am a rest client">
|
297
|
+
<span class="pre">And </span>
|
298
|
+
<span class="name">I am a rest client</span>
|
299
|
+
</a>
|
300
|
+
</span>
|
301
|
+
<span class="">(features/headers/header_options.feature)<span>
|
302
|
+
</li>
|
303
|
+
|
304
|
+
|
305
|
+
<li class="r2">
|
306
|
+
<span class='object_link'>
|
307
|
+
<a href="requirements/features/headers/header_options.html" title="I have basic auth for user "test" and password "rest"">
|
308
|
+
<span class="pre">And </span>
|
309
|
+
<span class="name">I have basic auth for user "test" and password "rest"</span>
|
310
|
+
</a>
|
311
|
+
</span>
|
312
|
+
<span class="">(features/headers/header_options.feature)<span>
|
313
|
+
</li>
|
314
|
+
|
315
|
+
|
316
|
+
<li class="r1">
|
317
|
+
<span class='object_link'>
|
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>
|
321
|
+
</a>
|
322
|
+
</span>
|
323
|
+
<span class="">(features/headers/header_options.feature)<span>
|
324
|
+
</li>
|
325
|
+
|
326
|
+
|
327
|
+
<li class="r2">
|
328
|
+
<span class='object_link'>
|
329
|
+
<a href="requirements/features/headers/header_options.html" title="I receive the expected message">
|
330
|
+
<span class="pre">Then </span>
|
331
|
+
<span class="name">I receive the expected message</span>
|
332
|
+
</a>
|
333
|
+
</span>
|
334
|
+
<span class="">(features/headers/header_options.feature)<span>
|
335
|
+
</li>
|
336
|
+
|
337
|
+
|
338
|
+
<li class="r1">
|
339
|
+
<span class='object_link'>
|
340
|
+
<a href="requirements/features/print_response.html" title="I have a web service">
|
341
|
+
<span class="pre">Given </span>
|
342
|
+
<span class="name">I have a web service</span>
|
343
|
+
</a>
|
344
|
+
</span>
|
345
|
+
<span class="">(features/print_response.feature)<span>
|
346
|
+
</li>
|
347
|
+
|
348
|
+
|
349
|
+
<li class="r2">
|
350
|
+
<span class='object_link'>
|
351
|
+
<a href="requirements/features/print_response.html" title="I have "GET" service for "/test" as follows">
|
352
|
+
<span class="pre">And </span>
|
353
|
+
<span class="name">I have "GET" service for "/test" as follows</span>
|
354
|
+
</a>
|
355
|
+
</span>
|
356
|
+
<span class="">(features/print_response.feature)<span>
|
357
|
+
</li>
|
358
|
+
|
359
|
+
|
360
|
+
<li class="r1">
|
361
|
+
<span class='object_link'>
|
362
|
+
<a href="requirements/features/print_response.html" title="I am a rest client">
|
363
|
+
<span class="pre">And </span>
|
364
|
+
<span class="name">I am a rest client</span>
|
365
|
+
</a>
|
366
|
+
</span>
|
367
|
+
<span class="">(features/print_response.feature)<span>
|
368
|
+
</li>
|
369
|
+
|
370
|
+
|
371
|
+
<li class="r2">
|
372
|
+
<span class='object_link'>
|
373
|
+
<a href="requirements/features/print_response.html" title="I "GET" from the web service">
|
374
|
+
<span class="pre">When </span>
|
375
|
+
<span class="name">I "GET" from the web service</span>
|
376
|
+
</a>
|
377
|
+
</span>
|
378
|
+
<span class="">(features/print_response.feature)<span>
|
379
|
+
</li>
|
380
|
+
|
381
|
+
|
382
|
+
<li class="r1">
|
383
|
+
<span class='object_link'>
|
384
|
+
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
385
|
+
<span class="pre">Then </span>
|
386
|
+
<span class="name">I receive the expected message</span>
|
387
|
+
</a>
|
388
|
+
</span>
|
389
|
+
<span class="">(features/print_response.feature)<span>
|
390
|
+
</li>
|
391
|
+
|
392
|
+
|
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">
|
405
|
+
<span class='object_link'>
|
406
|
+
<a href="requirements/features/print_response.html" title="I have a web service">
|
407
|
+
<span class="pre">Given </span>
|
408
|
+
<span class="name">I have a web service</span>
|
409
|
+
</a>
|
410
|
+
</span>
|
411
|
+
<span class="">(features/print_response.feature)<span>
|
412
|
+
</li>
|
413
|
+
|
414
|
+
|
415
|
+
<li class="r2">
|
416
|
+
<span class='object_link'>
|
417
|
+
<a href="requirements/features/print_response.html" title="I have "PUT" service for "/test" as follows">
|
418
|
+
<span class="pre">And </span>
|
419
|
+
<span class="name">I have "PUT" service for "/test" as follows</span>
|
420
|
+
</a>
|
421
|
+
</span>
|
422
|
+
<span class="">(features/print_response.feature)<span>
|
423
|
+
</li>
|
424
|
+
|
425
|
+
|
426
|
+
<li class="r1">
|
427
|
+
<span class='object_link'>
|
428
|
+
<a href="requirements/features/print_response.html" title="I am a rest client">
|
429
|
+
<span class="pre">And </span>
|
430
|
+
<span class="name">I am a rest client</span>
|
431
|
+
</a>
|
432
|
+
</span>
|
433
|
+
<span class="">(features/print_response.feature)<span>
|
434
|
+
</li>
|
435
|
+
|
436
|
+
|
437
|
+
<li class="r2">
|
438
|
+
<span class='object_link'>
|
439
|
+
<a href="requirements/features/print_response.html" title="I "PUT" to the web service with the following">
|
440
|
+
<span class="pre">When </span>
|
441
|
+
<span class="name">I "PUT" to the web service with the following</span>
|
442
|
+
</a>
|
443
|
+
</span>
|
444
|
+
<span class="">(features/print_response.feature)<span>
|
445
|
+
</li>
|
446
|
+
|
447
|
+
|
448
|
+
<li class="r1">
|
449
|
+
<span class='object_link'>
|
450
|
+
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
451
|
+
<span class="pre">Then </span>
|
452
|
+
<span class="name">I receive the expected message</span>
|
453
|
+
</a>
|
454
|
+
</span>
|
455
|
+
<span class="">(features/print_response.feature)<span>
|
456
|
+
</li>
|
457
|
+
|
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
|
+
|
470
|
+
<li class="r1">
|
471
|
+
<span class='object_link'>
|
472
|
+
<a href="requirements/features/print_response.html" title="I have a web service">
|
473
|
+
<span class="pre">Given </span>
|
474
|
+
<span class="name">I have a web service</span>
|
475
|
+
</a>
|
476
|
+
</span>
|
477
|
+
<span class="">(features/print_response.feature)<span>
|
478
|
+
</li>
|
479
|
+
|
480
|
+
|
481
|
+
<li class="r2">
|
482
|
+
<span class='object_link'>
|
483
|
+
<a href="requirements/features/print_response.html" title="I have "POST" service for "/test" as follows">
|
484
|
+
<span class="pre">And </span>
|
485
|
+
<span class="name">I have "POST" service for "/test" as follows</span>
|
486
|
+
</a>
|
487
|
+
</span>
|
488
|
+
<span class="">(features/print_response.feature)<span>
|
489
|
+
</li>
|
490
|
+
|
491
|
+
|
492
|
+
<li class="r1">
|
493
|
+
<span class='object_link'>
|
494
|
+
<a href="requirements/features/print_response.html" title="I am a rest client">
|
495
|
+
<span class="pre">And </span>
|
496
|
+
<span class="name">I am a rest client</span>
|
497
|
+
</a>
|
498
|
+
</span>
|
499
|
+
<span class="">(features/print_response.feature)<span>
|
500
|
+
</li>
|
501
|
+
|
502
|
+
|
503
|
+
<li class="r2">
|
504
|
+
<span class='object_link'>
|
505
|
+
<a href="requirements/features/print_response.html" title="I "POST" to the web service with the following">
|
506
|
+
<span class="pre">When </span>
|
507
|
+
<span class="name">I "POST" to the web service with the following</span>
|
508
|
+
</a>
|
509
|
+
</span>
|
510
|
+
<span class="">(features/print_response.feature)<span>
|
511
|
+
</li>
|
512
|
+
|
513
|
+
|
514
|
+
<li class="r1">
|
515
|
+
<span class='object_link'>
|
516
|
+
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
517
|
+
<span class="pre">Then </span>
|
518
|
+
<span class="name">I receive the expected message</span>
|
519
|
+
</a>
|
520
|
+
</span>
|
521
|
+
<span class="">(features/print_response.feature)<span>
|
522
|
+
</li>
|
523
|
+
|
524
|
+
|
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">
|
537
|
+
<span class='object_link'>
|
538
|
+
<a href="requirements/features/print_response.html" title="I have a web service">
|
539
|
+
<span class="pre">Given </span>
|
540
|
+
<span class="name">I have a web service</span>
|
541
|
+
</a>
|
542
|
+
</span>
|
543
|
+
<span class="">(features/print_response.feature)<span>
|
544
|
+
</li>
|
545
|
+
|
546
|
+
|
547
|
+
<li class="r2">
|
548
|
+
<span class='object_link'>
|
549
|
+
<a href="requirements/features/print_response.html" title="I have "DELETE" service for "/test" as follows">
|
550
|
+
<span class="pre">And </span>
|
551
|
+
<span class="name">I have "DELETE" service for "/test" as follows</span>
|
552
|
+
</a>
|
553
|
+
</span>
|
554
|
+
<span class="">(features/print_response.feature)<span>
|
555
|
+
</li>
|
556
|
+
|
557
|
+
|
558
|
+
<li class="r1">
|
559
|
+
<span class='object_link'>
|
560
|
+
<a href="requirements/features/print_response.html" title="I am a rest client">
|
561
|
+
<span class="pre">And </span>
|
562
|
+
<span class="name">I am a rest client</span>
|
563
|
+
</a>
|
564
|
+
</span>
|
565
|
+
<span class="">(features/print_response.feature)<span>
|
566
|
+
</li>
|
567
|
+
|
568
|
+
|
569
|
+
<li class="r2">
|
570
|
+
<span class='object_link'>
|
571
|
+
<a href="requirements/features/print_response.html" title="I "DELETE" from the web service">
|
572
|
+
<span class="pre">When </span>
|
573
|
+
<span class="name">I "DELETE" from the web service</span>
|
574
|
+
</a>
|
575
|
+
</span>
|
576
|
+
<span class="">(features/print_response.feature)<span>
|
577
|
+
</li>
|
578
|
+
|
579
|
+
|
580
|
+
<li class="r1">
|
581
|
+
<span class='object_link'>
|
582
|
+
<a href="requirements/features/print_response.html" title="I receive the expected message">
|
583
|
+
<span class="pre">Then </span>
|
584
|
+
<span class="name">I receive the expected message</span>
|
585
|
+
</a>
|
586
|
+
</span>
|
587
|
+
<span class="">(features/print_response.feature)<span>
|
588
|
+
</li>
|
589
|
+
|
590
|
+
|
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
|
+
<li class="r1">
|
603
|
+
<span class='object_link'>
|
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>
|
607
|
+
</a>
|
608
|
+
</span>
|
609
|
+
<span class="">(features/rest_client.feature)<span>
|
610
|
+
</li>
|
611
|
+
|
612
|
+
|
613
|
+
<li class="r2">
|
614
|
+
<span class='object_link'>
|
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>
|
618
|
+
</a>
|
619
|
+
</span>
|
620
|
+
<span class="">(features/rest_client.feature)<span>
|
621
|
+
</li>
|
622
|
+
|
623
|
+
|
624
|
+
<li class="r1">
|
625
|
+
<span class='object_link'>
|
626
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
627
|
+
<span class="pre">And </span>
|
628
|
+
<span class="name">I am a rest client</span>
|
629
|
+
</a>
|
630
|
+
</span>
|
631
|
+
<span class="">(features/rest_client.feature)<span>
|
632
|
+
</li>
|
633
|
+
|
634
|
+
|
635
|
+
<li class="r2">
|
636
|
+
<span class='object_link'>
|
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>
|
640
|
+
</a>
|
641
|
+
</span>
|
642
|
+
<span class="">(features/rest_client.feature)<span>
|
643
|
+
</li>
|
644
|
+
|
645
|
+
|
646
|
+
<li class="r1">
|
647
|
+
<span class='object_link'>
|
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>
|
651
|
+
</a>
|
652
|
+
</span>
|
653
|
+
<span class="">(features/rest_client.feature)<span>
|
654
|
+
</li>
|
655
|
+
|
656
|
+
|
657
|
+
<li class="r2">
|
658
|
+
<span class='object_link'>
|
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>
|
662
|
+
</a>
|
663
|
+
</span>
|
664
|
+
<span class="">(features/rest_client.feature)<span>
|
665
|
+
</li>
|
666
|
+
|
667
|
+
|
668
|
+
<li class="r1">
|
669
|
+
<span class='object_link'>
|
670
|
+
<a href="requirements/features/rest_client.html" title="I have "PUT" service for "/test"">
|
671
|
+
<span class="pre">And </span>
|
672
|
+
<span class="name">I have "PUT" service for "/test"</span>
|
673
|
+
</a>
|
674
|
+
</span>
|
675
|
+
<span class="">(features/rest_client.feature)<span>
|
676
|
+
</li>
|
677
|
+
|
678
|
+
|
679
|
+
<li class="r2">
|
680
|
+
<span class='object_link'>
|
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>
|
684
|
+
</a>
|
685
|
+
</span>
|
686
|
+
<span class="">(features/rest_client.feature)<span>
|
687
|
+
</li>
|
688
|
+
|
689
|
+
|
690
|
+
<li class="r1">
|
691
|
+
<span class='object_link'>
|
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>
|
695
|
+
</a>
|
696
|
+
</span>
|
697
|
+
<span class="">(features/rest_client.feature)<span>
|
698
|
+
</li>
|
699
|
+
|
700
|
+
|
701
|
+
<li class="r2">
|
702
|
+
<span class='object_link'>
|
703
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
704
|
+
<span class="pre">Then </span>
|
705
|
+
<span class="name">I receive the expected message</span>
|
706
|
+
</a>
|
707
|
+
</span>
|
708
|
+
<span class="">(features/rest_client.feature)<span>
|
709
|
+
</li>
|
710
|
+
|
711
|
+
|
712
|
+
<li class="r1">
|
713
|
+
<span class='object_link'>
|
714
|
+
<a href="requirements/features/rest_client.html" title="I have a web service">
|
715
|
+
<span class="pre">Given </span>
|
716
|
+
<span class="name">I have a web service</span>
|
717
|
+
</a>
|
718
|
+
</span>
|
719
|
+
<span class="">(features/rest_client.feature)<span>
|
720
|
+
</li>
|
721
|
+
|
722
|
+
|
723
|
+
<li class="r2">
|
724
|
+
<span class='object_link'>
|
725
|
+
<a href="requirements/features/rest_client.html" title="I have "POST" service for "/test"">
|
726
|
+
<span class="pre">And </span>
|
727
|
+
<span class="name">I have "POST" service for "/test"</span>
|
728
|
+
</a>
|
729
|
+
</span>
|
730
|
+
<span class="">(features/rest_client.feature)<span>
|
731
|
+
</li>
|
732
|
+
|
733
|
+
|
734
|
+
<li class="r1">
|
735
|
+
<span class='object_link'>
|
736
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
737
|
+
<span class="pre">And </span>
|
738
|
+
<span class="name">I am a rest client</span>
|
739
|
+
</a>
|
740
|
+
</span>
|
741
|
+
<span class="">(features/rest_client.feature)<span>
|
742
|
+
</li>
|
743
|
+
|
744
|
+
|
745
|
+
<li class="r2">
|
746
|
+
<span class='object_link'>
|
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>
|
750
|
+
</a>
|
751
|
+
</span>
|
752
|
+
<span class="">(features/rest_client.feature)<span>
|
753
|
+
</li>
|
754
|
+
|
755
|
+
|
756
|
+
<li class="r1">
|
757
|
+
<span class='object_link'>
|
758
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
759
|
+
<span class="pre">Then </span>
|
760
|
+
<span class="name">I receive the expected message</span>
|
761
|
+
</a>
|
762
|
+
</span>
|
763
|
+
<span class="">(features/rest_client.feature)<span>
|
764
|
+
</li>
|
765
|
+
|
766
|
+
|
767
|
+
<li class="r2">
|
768
|
+
<span class='object_link'>
|
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>
|
772
|
+
</a>
|
773
|
+
</span>
|
774
|
+
<span class="">(features/rest_client.feature)<span>
|
775
|
+
</li>
|
776
|
+
|
777
|
+
|
778
|
+
<li class="r1">
|
779
|
+
<span class='object_link'>
|
780
|
+
<a href="requirements/features/rest_client.html" title="I have "DELETE" service for "/test"">
|
781
|
+
<span class="pre">And </span>
|
782
|
+
<span class="name">I have "DELETE" service for "/test"</span>
|
783
|
+
</a>
|
784
|
+
</span>
|
785
|
+
<span class="">(features/rest_client.feature)<span>
|
786
|
+
</li>
|
787
|
+
|
788
|
+
|
789
|
+
<li class="r2">
|
790
|
+
<span class='object_link'>
|
791
|
+
<a href="requirements/features/rest_client.html" title="I am a rest client">
|
792
|
+
<span class="pre">And </span>
|
793
|
+
<span class="name">I am a rest client</span>
|
794
|
+
</a>
|
795
|
+
</span>
|
796
|
+
<span class="">(features/rest_client.feature)<span>
|
797
|
+
</li>
|
798
|
+
|
799
|
+
|
800
|
+
<li class="r1">
|
801
|
+
<span class='object_link'>
|
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>
|
805
|
+
</a>
|
806
|
+
</span>
|
807
|
+
<span class="">(features/rest_client.feature)<span>
|
808
|
+
</li>
|
809
|
+
|
810
|
+
|
811
|
+
<li class="r2">
|
812
|
+
<span class='object_link'>
|
813
|
+
<a href="requirements/features/rest_client.html" title="I receive the expected message">
|
814
|
+
<span class="pre">Then </span>
|
815
|
+
<span class="name">I receive the expected message</span>
|
816
|
+
</a>
|
817
|
+
</span>
|
818
|
+
<span class="">(features/rest_client.feature)<span>
|
819
|
+
</li>
|
820
|
+
|
821
|
+
|
822
|
+
</ul>
|
823
|
+
</div>
|
824
|
+
</body>
|
825
|
+
</html>
|