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
@@ -0,0 +1,408 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Tags
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<link rel="stylesheet" href="../css/cucumber.css" type="text/css" charset="utf-8" />
|
18
|
+
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
hasFrames = window.top.frames.main ? true : false;
|
21
|
+
relpath = '../';
|
22
|
+
framesUrl = "../frames.html#!" + escape(window.location.href);
|
23
|
+
</script>
|
24
|
+
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
27
|
+
|
28
|
+
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
29
|
+
|
30
|
+
<script type="text/javascript" charset="utf-8" src="../js/cucumber.js"></script>
|
31
|
+
|
32
|
+
|
33
|
+
</head>
|
34
|
+
<body>
|
35
|
+
<div id="header">
|
36
|
+
<div id="menu">
|
37
|
+
|
38
|
+
<a href="../_index.html">Index (t)</a> »
|
39
|
+
<span class='title'><span class='object_link'><a href="../requirements.html" title="requirements (requirements)">requirements</a></span></span>
|
40
|
+
»
|
41
|
+
<span class="title">tags</span>
|
42
|
+
|
43
|
+
|
44
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="search">
|
48
|
+
|
49
|
+
<a class="full_list_link" id="feature_list_link"
|
50
|
+
href="../feature_list.html">
|
51
|
+
Features
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a class="full_list_link" id="featuredirectories_list_link"
|
55
|
+
href="../featuredirectories_list.html">
|
56
|
+
Features by Directory
|
57
|
+
</a>
|
58
|
+
|
59
|
+
<a class="full_list_link" id="tag_list_link"
|
60
|
+
href="../tag_list.html">
|
61
|
+
Tags
|
62
|
+
</a>
|
63
|
+
|
64
|
+
<a class="full_list_link" id="step_list_link"
|
65
|
+
href="../step_list.html">
|
66
|
+
Steps
|
67
|
+
</a>
|
68
|
+
|
69
|
+
<a class="full_list_link" id="stepdefinition_list_link"
|
70
|
+
href="../stepdefinition_list.html">
|
71
|
+
Step Defs
|
72
|
+
</a>
|
73
|
+
|
74
|
+
<a class="full_list_link" id="class_list_link"
|
75
|
+
href="../class_list.html">
|
76
|
+
Class List
|
77
|
+
</a>
|
78
|
+
|
79
|
+
<a class="full_list_link" id="method_list_link"
|
80
|
+
href="../method_list.html">
|
81
|
+
Method List
|
82
|
+
</a>
|
83
|
+
|
84
|
+
<a class="full_list_link" id="file_list_link"
|
85
|
+
href="../file_list.html">
|
86
|
+
File List
|
87
|
+
</a>
|
88
|
+
|
89
|
+
</div>
|
90
|
+
<div class="clear"></div>
|
91
|
+
</div>
|
92
|
+
|
93
|
+
<iframe id="search_frame"></iframe>
|
94
|
+
|
95
|
+
<div id="content">
|
96
|
+
<div id="tags" class="requirements">
|
97
|
+
<script type="text/javascript" charset="utf-8">
|
98
|
+
var tag_list = [ '@authentication','@core','@delete','@extended','@get','@headers','@post','@print','@put' ];
|
99
|
+
|
100
|
+
$(function() {
|
101
|
+
|
102
|
+
// On focus, remove all the shortcut keys
|
103
|
+
$("#tag_search").focus(function() {
|
104
|
+
$(document).unbind('keypress');
|
105
|
+
});
|
106
|
+
|
107
|
+
// On blur, return all the shortcut keys
|
108
|
+
$("#tag_search").blur(function() {
|
109
|
+
$(document).bind('keypress',keyboardShortcuts);
|
110
|
+
$(document).bind('keypress',cucumberKeyboardShortcuts);
|
111
|
+
});
|
112
|
+
|
113
|
+
$("#tag_search").keyup(function(evt) {
|
114
|
+
updateTagFiltering($("#tag_search")[0].value);
|
115
|
+
});
|
116
|
+
|
117
|
+
|
118
|
+
$("#tag_search").keyup(function(evt) {
|
119
|
+
updateTagFiltering($("#tag_search")[0].value);
|
120
|
+
});
|
121
|
+
|
122
|
+
$(".tag").click(function(evt) {
|
123
|
+
if (typeof evt !== "undefined") {
|
124
|
+
|
125
|
+
if (evt.shiftKey === true) {
|
126
|
+
window.location = $(this).attr("href");
|
127
|
+
return true;
|
128
|
+
}
|
129
|
+
|
130
|
+
var tagSearchElement = $("#tag_search")[0];
|
131
|
+
|
132
|
+
var tagToAdd = this.innerHTML;
|
133
|
+
var tagModifer = "";
|
134
|
+
|
135
|
+
if (evt.altKey === true ) {
|
136
|
+
tagToAdd = "~" + tagToAdd;
|
137
|
+
}
|
138
|
+
|
139
|
+
if (evt.ctrlKey === true ) {
|
140
|
+
tagModifier = ",";
|
141
|
+
} else {
|
142
|
+
tagModifier = " ";
|
143
|
+
}
|
144
|
+
|
145
|
+
tagSearchElement.value = (tagSearchElement.value != "" ? tagSearchElement.value + tagModifier : "") + tagToAdd;
|
146
|
+
updateTagFiltering(tagSearchElement.value);
|
147
|
+
|
148
|
+
}
|
149
|
+
});
|
150
|
+
});
|
151
|
+
</script>
|
152
|
+
|
153
|
+
<div class="title">
|
154
|
+
<span class="name">Tags</span>
|
155
|
+
</div>
|
156
|
+
|
157
|
+
<div id="tag_filtering" >
|
158
|
+
<span style="font-size: 18px;">Tag Filtering <a href="https://github.com/cucumber/cucumber/wiki/Tags" target="_blank">?</a></span>
|
159
|
+
|
160
|
+
<div style="clear: both"></div>
|
161
|
+
|
162
|
+
<div style="float: left; margin-top: 10px; padding-left: 5px; line-height: 1.5; font-size: 10px; font-style: italic;">
|
163
|
+
Type in tags with spaces between to 'AND' and commas between to 'OR'<br/>
|
164
|
+
LEFT CLICK to AND tags; CTRL+LEFT CLICK to OR tags; hold ALT for inverse (~) tags
|
165
|
+
</div>
|
166
|
+
|
167
|
+
<div style="clear: both;"></div>
|
168
|
+
|
169
|
+
<div style="float: right;">
|
170
|
+
<a href="#" onclick="clearTagFiltering(); $('#tag_search')[0].value = ''; return true;">clear</a>
|
171
|
+
</div>
|
172
|
+
|
173
|
+
<div style="clear: both"></div>
|
174
|
+
|
175
|
+
<input id="tag_search" type="text" />
|
176
|
+
<span>Example command line execution:</span>
|
177
|
+
<div id="command_example">cucumber</div>
|
178
|
+
</div>
|
179
|
+
|
180
|
+
<div class="tags" style="margin-top: 20px;"><span class="name">Tags:</span>
|
181
|
+
<span class="tag" href="tags/authentication.html">@authentication</span>,
|
182
|
+
<span class="tag" href="tags/core.html">@core</span>,
|
183
|
+
<span class="tag" href="tags/delete.html">@delete</span>,
|
184
|
+
<span class="tag" href="tags/extended.html">@extended</span>,
|
185
|
+
<span class="tag" href="tags/get.html">@get</span>,
|
186
|
+
<span class="tag" href="tags/headers.html">@headers</span>,
|
187
|
+
<span class="tag" href="tags/post.html">@post</span>,
|
188
|
+
<span class="tag" href="tags/print.html">@print</span>,
|
189
|
+
<span class="tag" href="tags/put.html">@put</span>
|
190
|
+
</div>
|
191
|
+
|
192
|
+
<div id="features">
|
193
|
+
<div class="title">
|
194
|
+
<span class="name">Features</span>
|
195
|
+
</div>
|
196
|
+
|
197
|
+
<ul style="padding-left: 0px;">
|
198
|
+
|
199
|
+
<li class="feature odd ">
|
200
|
+
<span class='object_link'><a href="features/headers/header_options.html" title="requirements::features::headers::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
201
|
+
|
202
|
+
|
203
|
+
</li>
|
204
|
+
|
205
|
+
|
206
|
+
<ul style="padding-left: 20px;">
|
207
|
+
|
208
|
+
<li class="scenario even @extended @get @headers">
|
209
|
+
<span class='object_link'>
|
210
|
+
<a href="features/headers/header_options.html#scenario0">
|
211
|
+
client uses an Accept header for a GET
|
212
|
+
</a>
|
213
|
+
</span>
|
214
|
+
|
215
|
+
|
216
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/get.html">@get</span>, <span class="tag" href="tags/headers.html">@headers</span></small>
|
217
|
+
|
218
|
+
</li>
|
219
|
+
|
220
|
+
|
221
|
+
<li class="scenario odd @extended @post @headers">
|
222
|
+
<span class='object_link'>
|
223
|
+
<a href="features/headers/header_options.html#scenario1">
|
224
|
+
client uses an Accept and a Content-Type header for a POST
|
225
|
+
</a>
|
226
|
+
</span>
|
227
|
+
|
228
|
+
|
229
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/headers.html">@headers</span></small>
|
230
|
+
|
231
|
+
</li>
|
232
|
+
|
233
|
+
|
234
|
+
<li class="scenario even @extended @post @authentication">
|
235
|
+
<span class='object_link'>
|
236
|
+
<a href="features/headers/header_options.html#scenario2">
|
237
|
+
client uses basic authentication
|
238
|
+
</a>
|
239
|
+
</span>
|
240
|
+
|
241
|
+
|
242
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/authentication.html">@authentication</span></small>
|
243
|
+
|
244
|
+
</li>
|
245
|
+
|
246
|
+
|
247
|
+
<li class="scenario odd @extended @post @authentication">
|
248
|
+
<span class='object_link'>
|
249
|
+
<a href="features/headers/header_options.html#scenario3">
|
250
|
+
client uses a secure web server
|
251
|
+
</a>
|
252
|
+
</span>
|
253
|
+
|
254
|
+
|
255
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/authentication.html">@authentication</span></small>
|
256
|
+
|
257
|
+
</li>
|
258
|
+
|
259
|
+
|
260
|
+
</ul>
|
261
|
+
|
262
|
+
|
263
|
+
<li class="feature even ">
|
264
|
+
<span class='object_link'><a href="features/print_response.html" title="requirements::features::print_response (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
265
|
+
|
266
|
+
|
267
|
+
</li>
|
268
|
+
|
269
|
+
|
270
|
+
<ul style="padding-left: 20px;">
|
271
|
+
|
272
|
+
<li class="scenario odd @extended @get @print">
|
273
|
+
<span class='object_link'>
|
274
|
+
<a href="features/print_response.html#scenario0">
|
275
|
+
client rest Get
|
276
|
+
</a>
|
277
|
+
</span>
|
278
|
+
|
279
|
+
|
280
|
+
- <small><span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/get.html">@get</span>, <span class="tag" href="tags/print.html">@print</span></small>
|
281
|
+
|
282
|
+
</li>
|
283
|
+
|
284
|
+
|
285
|
+
<li class="scenario even @put @extended @print">
|
286
|
+
<span class='object_link'>
|
287
|
+
<a href="features/print_response.html#scenario1">
|
288
|
+
client rest Put
|
289
|
+
</a>
|
290
|
+
</span>
|
291
|
+
|
292
|
+
|
293
|
+
- <small><span class="tag" href="tags/put.html">@put</span>, <span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/print.html">@print</span></small>
|
294
|
+
|
295
|
+
</li>
|
296
|
+
|
297
|
+
|
298
|
+
<li class="scenario odd @post @extended @print">
|
299
|
+
<span class='object_link'>
|
300
|
+
<a href="features/print_response.html#scenario2">
|
301
|
+
client rest Post
|
302
|
+
</a>
|
303
|
+
</span>
|
304
|
+
|
305
|
+
|
306
|
+
- <small><span class="tag" href="tags/post.html">@post</span>, <span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/print.html">@print</span></small>
|
307
|
+
|
308
|
+
</li>
|
309
|
+
|
310
|
+
|
311
|
+
<li class="scenario even @delete @extended @print">
|
312
|
+
<span class='object_link'>
|
313
|
+
<a href="features/print_response.html#scenario3">
|
314
|
+
client rest Delete
|
315
|
+
</a>
|
316
|
+
</span>
|
317
|
+
|
318
|
+
|
319
|
+
- <small><span class="tag" href="tags/delete.html">@delete</span>, <span class="tag" href="tags/extended.html">@extended</span>, <span class="tag" href="tags/print.html">@print</span></small>
|
320
|
+
|
321
|
+
</li>
|
322
|
+
|
323
|
+
|
324
|
+
</ul>
|
325
|
+
|
326
|
+
|
327
|
+
<li class="feature odd ">
|
328
|
+
<span class='object_link'><a href="features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
329
|
+
|
330
|
+
|
331
|
+
</li>
|
332
|
+
|
333
|
+
|
334
|
+
<ul style="padding-left: 20px;">
|
335
|
+
|
336
|
+
<li class="scenario even @core @get">
|
337
|
+
<span class='object_link'>
|
338
|
+
<a href="features/rest_client.html#scenario0">
|
339
|
+
client rest GET
|
340
|
+
</a>
|
341
|
+
</span>
|
342
|
+
|
343
|
+
|
344
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/get.html">@get</span></small>
|
345
|
+
|
346
|
+
</li>
|
347
|
+
|
348
|
+
|
349
|
+
<li class="scenario odd @core @put">
|
350
|
+
<span class='object_link'>
|
351
|
+
<a href="features/rest_client.html#scenario1">
|
352
|
+
client rest PUT
|
353
|
+
</a>
|
354
|
+
</span>
|
355
|
+
|
356
|
+
|
357
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/put.html">@put</span></small>
|
358
|
+
|
359
|
+
</li>
|
360
|
+
|
361
|
+
|
362
|
+
<li class="scenario even @core @post">
|
363
|
+
<span class='object_link'>
|
364
|
+
<a href="features/rest_client.html#scenario2">
|
365
|
+
client rest POST
|
366
|
+
</a>
|
367
|
+
</span>
|
368
|
+
|
369
|
+
|
370
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/post.html">@post</span></small>
|
371
|
+
|
372
|
+
</li>
|
373
|
+
|
374
|
+
|
375
|
+
<li class="scenario odd @core @delete">
|
376
|
+
<span class='object_link'>
|
377
|
+
<a href="features/rest_client.html#scenario3">
|
378
|
+
client rest DELETE
|
379
|
+
</a>
|
380
|
+
</span>
|
381
|
+
|
382
|
+
|
383
|
+
- <small><span class="tag" href="tags/core.html">@core</span>, <span class="tag" href="tags/delete.html">@delete</span></small>
|
384
|
+
|
385
|
+
</li>
|
386
|
+
|
387
|
+
|
388
|
+
</ul>
|
389
|
+
|
390
|
+
|
391
|
+
</ul>
|
392
|
+
<div class="undefined" style="display:none;">No Features or Scenarios match the Tag Expression</div>
|
393
|
+
</div>
|
394
|
+
|
395
|
+
</div>
|
396
|
+
|
397
|
+
|
398
|
+
|
399
|
+
</div>
|
400
|
+
|
401
|
+
<div id="footer">
|
402
|
+
Generated on Tue Aug 6 23:42:43 2013 by
|
403
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
404
|
+
0.8.7 (ruby-2.0.0).
|
405
|
+
</div>
|
406
|
+
|
407
|
+
</body>
|
408
|
+
</html>
|
@@ -0,0 +1,213 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>
|
7
|
+
Requirements
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<link rel="stylesheet" href="css/cucumber.css" type="text/css" charset="utf-8" />
|
18
|
+
|
19
|
+
<script type="text/javascript" charset="utf-8">
|
20
|
+
hasFrames = window.top.frames.main ? true : false;
|
21
|
+
relpath = '';
|
22
|
+
framesUrl = "frames.html#!" + escape(window.location.href);
|
23
|
+
</script>
|
24
|
+
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
27
|
+
|
28
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
29
|
+
|
30
|
+
<script type="text/javascript" charset="utf-8" src="js/cucumber.js"></script>
|
31
|
+
|
32
|
+
|
33
|
+
</head>
|
34
|
+
<body>
|
35
|
+
<div id="header">
|
36
|
+
<div id="menu">
|
37
|
+
|
38
|
+
<a href="_index.html">Index (r)</a> »
|
39
|
+
|
40
|
+
|
41
|
+
<span class="title">requirements</span>
|
42
|
+
|
43
|
+
|
44
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<div id="search">
|
48
|
+
|
49
|
+
<a class="full_list_link" id="feature_list_link"
|
50
|
+
href="feature_list.html">
|
51
|
+
Features
|
52
|
+
</a>
|
53
|
+
|
54
|
+
<a class="full_list_link" id="featuredirectories_list_link"
|
55
|
+
href="featuredirectories_list.html">
|
56
|
+
Features by Directory
|
57
|
+
</a>
|
58
|
+
|
59
|
+
<a class="full_list_link" id="tag_list_link"
|
60
|
+
href="tag_list.html">
|
61
|
+
Tags
|
62
|
+
</a>
|
63
|
+
|
64
|
+
<a class="full_list_link" id="step_list_link"
|
65
|
+
href="step_list.html">
|
66
|
+
Steps
|
67
|
+
</a>
|
68
|
+
|
69
|
+
<a class="full_list_link" id="stepdefinition_list_link"
|
70
|
+
href="stepdefinition_list.html">
|
71
|
+
Step Defs
|
72
|
+
</a>
|
73
|
+
|
74
|
+
<a class="full_list_link" id="class_list_link"
|
75
|
+
href="class_list.html">
|
76
|
+
Class List
|
77
|
+
</a>
|
78
|
+
|
79
|
+
<a class="full_list_link" id="method_list_link"
|
80
|
+
href="method_list.html">
|
81
|
+
Method List
|
82
|
+
</a>
|
83
|
+
|
84
|
+
<a class="full_list_link" id="file_list_link"
|
85
|
+
href="file_list.html">
|
86
|
+
File List
|
87
|
+
</a>
|
88
|
+
|
89
|
+
</div>
|
90
|
+
<div class="clear"></div>
|
91
|
+
</div>
|
92
|
+
|
93
|
+
<iframe id="search_frame"></iframe>
|
94
|
+
|
95
|
+
<div id="content">
|
96
|
+
<div id="cukes_logo"> </div>
|
97
|
+
<div id="cukes_links">
|
98
|
+
<a href="http://cukes.info/">Cucumber</a> |
|
99
|
+
<a href="http://github.com/cucumber/cucumber/wiki/Gherkin">Gherkin</a> |
|
100
|
+
<a href="http://yardoc.org/">YARD</a> |
|
101
|
+
<a href="https://github.com/burtlo/yard-cucumber">YARD-Cucumber</a>
|
102
|
+
</div>
|
103
|
+
|
104
|
+
<div class="requirements">
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
<table style="margin-left: 10px; width: 100%;">
|
110
|
+
<tr>
|
111
|
+
<td valign='top' width="50%">
|
112
|
+
|
113
|
+
|
114
|
+
<ul id="alpha_C" class="alpha">
|
115
|
+
<li class="letter">C</li>
|
116
|
+
<ul>
|
117
|
+
|
118
|
+
<li>
|
119
|
+
<span class='object_link'><a href="requirements/features/headers/header_options.html" title="requirements::features::headers::header_options (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
120
|
+
<small>(features/headers/header_options.feature)</small>
|
121
|
+
</li>
|
122
|
+
|
123
|
+
<li>
|
124
|
+
<span class='object_link'><a href="requirements/features/print_response.html" title="requirements::features::print_response (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
125
|
+
<small>(features/print_response.feature)</small>
|
126
|
+
</li>
|
127
|
+
|
128
|
+
<li>
|
129
|
+
<span class='object_link'><a href="requirements/features/rest_client.html" title="requirements::features::rest_client (feature)">Create a basic rest client that can get, put, post, and delete</a></span>
|
130
|
+
<small>(features/rest_client.feature)</small>
|
131
|
+
</li>
|
132
|
+
|
133
|
+
</ul>
|
134
|
+
</ul>
|
135
|
+
|
136
|
+
</td>
|
137
|
+
</tr>
|
138
|
+
</table>
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
<div id="directory" style="margin-left: 40px;">
|
144
|
+
<div class="title"><span class="name">Tags</span></div>
|
145
|
+
</div>
|
146
|
+
<div class="tags">
|
147
|
+
<span class='object_link'><a href="requirements/tags/authentication.html" title="requirements::tags::authentication (tag)">@authentication</a></span>,
|
148
|
+
<span class='object_link'><a href="requirements/tags/core.html" title="requirements::tags::core (tag)">@core</a></span>,
|
149
|
+
<span class='object_link'><a href="requirements/tags/delete.html" title="requirements::tags::delete (tag)">@delete</a></span>,
|
150
|
+
<span class='object_link'><a href="requirements/tags/extended.html" title="requirements::tags::extended (tag)">@extended</a></span>,
|
151
|
+
<span class='object_link'><a href="requirements/tags/get.html" title="requirements::tags::get (tag)">@get</a></span>,
|
152
|
+
<span class='object_link'><a href="requirements/tags/headers.html" title="requirements::tags::headers (tag)">@headers</a></span>,
|
153
|
+
<span class='object_link'><a href="requirements/tags/post.html" title="requirements::tags::post (tag)">@post</a></span>,
|
154
|
+
<span class='object_link'><a href="requirements/tags/print.html" title="requirements::tags::print (tag)">@print</a></span>,
|
155
|
+
<span class='object_link'><a href="requirements/tags/put.html" title="requirements::tags::put (tag)">@put</a></span>
|
156
|
+
</div>
|
157
|
+
|
158
|
+
|
159
|
+
<div id="directory" style="margin-left: 40px;">
|
160
|
+
<div class="title"><span class="name">Subdirectories</span></div>
|
161
|
+
</div>
|
162
|
+
|
163
|
+
|
164
|
+
<table style="margin-left: 10px; width: 100%;">
|
165
|
+
<tr>
|
166
|
+
<td valign='top' width="50%">
|
167
|
+
|
168
|
+
|
169
|
+
<ul id="alpha_H" class="alpha">
|
170
|
+
<li class="letter">H</li>
|
171
|
+
<ul>
|
172
|
+
|
173
|
+
<li>
|
174
|
+
<span class='object_link'><a href="requirements/features/headers.html" title="requirements::features::headers (featuredirectory)">headers</a></span>
|
175
|
+
<small>(headers)</small>
|
176
|
+
</li>
|
177
|
+
|
178
|
+
</ul>
|
179
|
+
</ul>
|
180
|
+
|
181
|
+
</td>
|
182
|
+
</tr>
|
183
|
+
</table>
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
<div id="directory" style="margin-left: 40px;">
|
189
|
+
<div class="title"><span class="name">Step Definitions & Transforms</span></div>
|
190
|
+
</div>
|
191
|
+
<div class="steptransformers">
|
192
|
+
14
|
193
|
+
<a href="requirements/step_transformers.html#step_definitions">Step Definitions</a>
|
194
|
+
0
|
195
|
+
<a href="requirements/step_transformers.html#step_transforms">Transforms</a>
|
196
|
+
and 0
|
197
|
+
<a href="requirements/step_transformers.html#undefined_steps">Undefined Steps</a>
|
198
|
+
</div>
|
199
|
+
|
200
|
+
</div>
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
</div>
|
205
|
+
|
206
|
+
<div id="footer">
|
207
|
+
Generated on Tue Aug 6 23:42:43 2013 by
|
208
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
209
|
+
0.8.7 (ruby-2.0.0).
|
210
|
+
</div>
|
211
|
+
|
212
|
+
</body>
|
213
|
+
</html>
|