smparkes-jazrb 0.0.4 → 0.0.8
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.
- data/README.rdoc +96 -12
- data/bin/jazrb +161 -4
- data/doc/jasmine/files.html +15 -1
- data/doc/jasmine/index.html +9 -1
- data/doc/jasmine/symbols/_global_.html +3 -1
- data/doc/jasmine/symbols/jasmine.Block.html +3 -1
- data/doc/jasmine/symbols/jasmine.Env.html +3 -1
- data/doc/jasmine/symbols/jasmine.EnvjsReporter.html +3 -1
- data/doc/jasmine/symbols/jasmine.JsApiReporter.html +3 -1
- data/doc/jasmine/symbols/jasmine.Matchers.html +3 -1
- data/doc/jasmine/symbols/jasmine.MultiReporter.html +3 -1
- data/doc/jasmine/symbols/jasmine.NestedResults.html +3 -1
- data/doc/jasmine/symbols/jasmine.Reporter.html +3 -1
- data/doc/jasmine/symbols/jasmine.Runner.html +3 -1
- data/doc/jasmine/symbols/jasmine.Spec.html +3 -1
- data/doc/jasmine/symbols/jasmine.Spy.html +3 -1
- data/doc/jasmine/symbols/jasmine.Suite.html +3 -1
- data/doc/jasmine/symbols/jasmine.XMLReporter.html +328 -0
- data/doc/jasmine/symbols/jasmine.html +3 -1
- data/doc/jasmine/symbols/jasmine.util.html +3 -1
- data/doc/jasmine/symbols/src/lib_XMLReporter.js.html +208 -0
- data/doc/jasmine/symbols/src/lib_jasmine-0.10.0.js.html +1 -1
- data/lib/jazrb/intro.js +2 -3
- data/lib/jazrb/jasmine/XMLReporter.js +200 -0
- data/lib/jazrb/jasmine/jasmine-0.10.0.js +1 -1
- data/lib/jazrb/jasmine/jasmine.js +1 -1
- data/lib/jazrb/options.rb +18 -0
- data/spec/example/hello_world_spec.js +29 -0
- data/spec/example/nested/HelloWorldSpec.js +13 -0
- data/spec/example/nested/SpecHelper.js +1 -0
- data/spec/example/plain_spec.js +8 -0
- data/spec/example/spec_helper.js +1 -0
- data/spec/spec_helper.js +18 -0
- data/spec/spec_runner.js +134 -0
- metadata +13 -2
@@ -0,0 +1,328 @@
|
|
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
|
+
<meta name="generator" content="JsDoc Toolkit" />
|
7
|
+
|
8
|
+
<title>JsDoc Reference - jasmine.XMLReporter</title>
|
9
|
+
|
10
|
+
<style type="text/css">
|
11
|
+
/* default.css */
|
12
|
+
body
|
13
|
+
{
|
14
|
+
font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
|
15
|
+
width: 800px;
|
16
|
+
}
|
17
|
+
|
18
|
+
.header
|
19
|
+
{
|
20
|
+
clear: both;
|
21
|
+
background-color: #ccc;
|
22
|
+
padding: 8px;
|
23
|
+
}
|
24
|
+
|
25
|
+
h1
|
26
|
+
{
|
27
|
+
font-size: 150%;
|
28
|
+
font-weight: bold;
|
29
|
+
padding: 0;
|
30
|
+
margin: 1em 0 0 .3em;
|
31
|
+
}
|
32
|
+
|
33
|
+
hr
|
34
|
+
{
|
35
|
+
border: none 0;
|
36
|
+
border-top: 1px solid #7F8FB1;
|
37
|
+
height: 1px;
|
38
|
+
}
|
39
|
+
|
40
|
+
pre.code
|
41
|
+
{
|
42
|
+
display: block;
|
43
|
+
padding: 8px;
|
44
|
+
border: 1px dashed #ccc;
|
45
|
+
}
|
46
|
+
|
47
|
+
#index
|
48
|
+
{
|
49
|
+
margin-top: 24px;
|
50
|
+
float: left;
|
51
|
+
width: 160px;
|
52
|
+
position: absolute;
|
53
|
+
left: 8px;
|
54
|
+
background-color: #F3F3F3;
|
55
|
+
padding: 8px;
|
56
|
+
}
|
57
|
+
|
58
|
+
#content
|
59
|
+
{
|
60
|
+
margin-left: 190px;
|
61
|
+
width: 600px;
|
62
|
+
}
|
63
|
+
|
64
|
+
.classList
|
65
|
+
{
|
66
|
+
list-style-type: none;
|
67
|
+
padding: 0;
|
68
|
+
margin: 0 0 0 8px;
|
69
|
+
font-family: arial, sans-serif;
|
70
|
+
font-size: 1em;
|
71
|
+
overflow: auto;
|
72
|
+
}
|
73
|
+
|
74
|
+
.classList li
|
75
|
+
{
|
76
|
+
padding: 0;
|
77
|
+
margin: 0 0 8px 0;
|
78
|
+
}
|
79
|
+
|
80
|
+
.summaryTable { width: 100%; }
|
81
|
+
|
82
|
+
h1.classTitle
|
83
|
+
{
|
84
|
+
font-size:170%;
|
85
|
+
line-height:130%;
|
86
|
+
}
|
87
|
+
|
88
|
+
h2 { font-size: 110%; }
|
89
|
+
caption, div.sectionTitle
|
90
|
+
{
|
91
|
+
background-color: #7F8FB1;
|
92
|
+
color: #fff;
|
93
|
+
font-size:130%;
|
94
|
+
text-align: left;
|
95
|
+
padding: 2px 6px 2px 6px;
|
96
|
+
border: 1px #7F8FB1 solid;
|
97
|
+
}
|
98
|
+
|
99
|
+
div.sectionTitle { margin-bottom: 8px; }
|
100
|
+
.summaryTable thead { display: none; }
|
101
|
+
|
102
|
+
.summaryTable td
|
103
|
+
{
|
104
|
+
vertical-align: top;
|
105
|
+
padding: 4px;
|
106
|
+
border-bottom: 1px #7F8FB1 solid;
|
107
|
+
border-right: 1px #7F8FB1 solid;
|
108
|
+
}
|
109
|
+
|
110
|
+
/*col#summaryAttributes {}*/
|
111
|
+
.summaryTable td.attributes
|
112
|
+
{
|
113
|
+
border-left: 1px #7F8FB1 solid;
|
114
|
+
width: 140px;
|
115
|
+
text-align: right;
|
116
|
+
}
|
117
|
+
|
118
|
+
td.attributes, .fixedFont
|
119
|
+
{
|
120
|
+
line-height: 15px;
|
121
|
+
color: #002EBE;
|
122
|
+
font-family: "Courier New",Courier,monospace;
|
123
|
+
font-size: 13px;
|
124
|
+
}
|
125
|
+
|
126
|
+
.summaryTable td.nameDescription
|
127
|
+
{
|
128
|
+
text-align: left;
|
129
|
+
font-size: 13px;
|
130
|
+
line-height: 15px;
|
131
|
+
}
|
132
|
+
|
133
|
+
.summaryTable td.nameDescription, .description
|
134
|
+
{
|
135
|
+
line-height: 15px;
|
136
|
+
padding: 4px;
|
137
|
+
padding-left: 4px;
|
138
|
+
}
|
139
|
+
|
140
|
+
.summaryTable { margin-bottom: 8px; }
|
141
|
+
|
142
|
+
ul.inheritsList
|
143
|
+
{
|
144
|
+
list-style: square;
|
145
|
+
margin-left: 20px;
|
146
|
+
padding-left: 0;
|
147
|
+
}
|
148
|
+
|
149
|
+
.detailList {
|
150
|
+
margin-left: 20px;
|
151
|
+
line-height: 15px;
|
152
|
+
}
|
153
|
+
.detailList dt { margin-left: 20px; }
|
154
|
+
|
155
|
+
.detailList .heading
|
156
|
+
{
|
157
|
+
font-weight: bold;
|
158
|
+
padding-bottom: 6px;
|
159
|
+
margin-left: 0;
|
160
|
+
}
|
161
|
+
|
162
|
+
.light, td.attributes, .light a:link, .light a:visited
|
163
|
+
{
|
164
|
+
color: #777;
|
165
|
+
font-style: italic;
|
166
|
+
}
|
167
|
+
|
168
|
+
.fineprint
|
169
|
+
{
|
170
|
+
text-align: right;
|
171
|
+
font-size: 10px;
|
172
|
+
}
|
173
|
+
</style>
|
174
|
+
</head>
|
175
|
+
|
176
|
+
<body>
|
177
|
+
<!-- ============================== header ================================= -->
|
178
|
+
<!-- begin static/header.html -->
|
179
|
+
<div id="header">
|
180
|
+
</div>
|
181
|
+
<!-- end static/header.html -->
|
182
|
+
|
183
|
+
<!-- ============================== classes index ============================ -->
|
184
|
+
<div id="index">
|
185
|
+
<!-- begin publish.classesIndex -->
|
186
|
+
<div align="center"><a href="../index.html">Class Index</a>
|
187
|
+
| <a href="../files.html">File Index</a></div>
|
188
|
+
<hr />
|
189
|
+
<h2>Classes</h2>
|
190
|
+
<ul class="classList">
|
191
|
+
|
192
|
+
<li><i><a href="../symbols/_global_.html">_global_</a></i></li>
|
193
|
+
|
194
|
+
<li><a href="../symbols/jasmine.html">jasmine</a></li>
|
195
|
+
|
196
|
+
<li><a href="../symbols/jasmine.Block.html">jasmine.Block</a></li>
|
197
|
+
|
198
|
+
<li><a href="../symbols/jasmine.Env.html">jasmine.Env</a></li>
|
199
|
+
|
200
|
+
<li><a href="../symbols/jasmine.EnvjsReporter.html">jasmine.EnvjsReporter</a></li>
|
201
|
+
|
202
|
+
<li><a href="../symbols/jasmine.JsApiReporter.html">jasmine.JsApiReporter</a></li>
|
203
|
+
|
204
|
+
<li><a href="../symbols/jasmine.Matchers.html">jasmine.Matchers</a></li>
|
205
|
+
|
206
|
+
<li><a href="../symbols/jasmine.MultiReporter.html">jasmine.MultiReporter</a></li>
|
207
|
+
|
208
|
+
<li><a href="../symbols/jasmine.NestedResults.html">jasmine.NestedResults</a></li>
|
209
|
+
|
210
|
+
<li><a href="../symbols/jasmine.Reporter.html">jasmine.Reporter</a></li>
|
211
|
+
|
212
|
+
<li><a href="../symbols/jasmine.Runner.html">jasmine.Runner</a></li>
|
213
|
+
|
214
|
+
<li><a href="../symbols/jasmine.Spec.html">jasmine.Spec</a></li>
|
215
|
+
|
216
|
+
<li><a href="../symbols/jasmine.Spy.html">jasmine.Spy</a></li>
|
217
|
+
|
218
|
+
<li><a href="../symbols/jasmine.Suite.html">jasmine.Suite</a></li>
|
219
|
+
|
220
|
+
<li><a href="../symbols/jasmine.util.html">jasmine.util</a></li>
|
221
|
+
|
222
|
+
<li><a href="../symbols/jasmine.XMLReporter.html">jasmine.XMLReporter</a></li>
|
223
|
+
|
224
|
+
</ul>
|
225
|
+
<hr />
|
226
|
+
<!-- end publish.classesIndex -->
|
227
|
+
</div>
|
228
|
+
|
229
|
+
<div id="content">
|
230
|
+
<!-- ============================== class title ============================ -->
|
231
|
+
<h1 class="classTitle">
|
232
|
+
|
233
|
+
Class jasmine.XMLReporter
|
234
|
+
</h1>
|
235
|
+
|
236
|
+
<!-- ============================== class summary ========================== -->
|
237
|
+
<p class="description">
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
<br /><i>Defined in: </i> <a href="../symbols/src/lib_XMLReporter.js.html">XMLReporter.js</a>.
|
244
|
+
|
245
|
+
</p>
|
246
|
+
|
247
|
+
<!-- ============================== constructor summary ==================== -->
|
248
|
+
|
249
|
+
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class jasmine.XMLReporter.">
|
250
|
+
<caption>Class Summary</caption>
|
251
|
+
<thead>
|
252
|
+
<tr>
|
253
|
+
<th scope="col">Constructor Attributes</th>
|
254
|
+
<th scope="col">Constructor Name and Description</th>
|
255
|
+
</tr>
|
256
|
+
</thead>
|
257
|
+
<tbody>
|
258
|
+
<tr>
|
259
|
+
<td class="attributes"> </td>
|
260
|
+
<td class="nameDescription" >
|
261
|
+
<div class="fixedFont">
|
262
|
+
<b><a href="../symbols/jasmine.XMLReporter.html">jasmine.XMLReporter</a></b>()
|
263
|
+
</div>
|
264
|
+
<div class="description">JavaScript API reporter.</div>
|
265
|
+
</td>
|
266
|
+
</tr>
|
267
|
+
</tbody>
|
268
|
+
</table>
|
269
|
+
|
270
|
+
|
271
|
+
<!-- ============================== properties summary ===================== -->
|
272
|
+
|
273
|
+
|
274
|
+
<!-- ============================== methods summary ======================== -->
|
275
|
+
|
276
|
+
<!-- ============================== events summary ======================== -->
|
277
|
+
|
278
|
+
|
279
|
+
<!-- ============================== constructor details ==================== -->
|
280
|
+
|
281
|
+
<div class="details"><a name="constructor"> </a>
|
282
|
+
<div class="sectionTitle">
|
283
|
+
Class Detail
|
284
|
+
</div>
|
285
|
+
|
286
|
+
<div class="fixedFont">
|
287
|
+
<b>jasmine.XMLReporter</b>()
|
288
|
+
</div>
|
289
|
+
|
290
|
+
<div class="description">
|
291
|
+
JavaScript API reporter.
|
292
|
+
|
293
|
+
</div>
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
</div>
|
307
|
+
|
308
|
+
|
309
|
+
<!-- ============================== field details ========================== -->
|
310
|
+
|
311
|
+
|
312
|
+
<!-- ============================== method details ========================= -->
|
313
|
+
|
314
|
+
|
315
|
+
<!-- ============================== event details ========================= -->
|
316
|
+
|
317
|
+
|
318
|
+
<hr />
|
319
|
+
</div>
|
320
|
+
|
321
|
+
|
322
|
+
<!-- ============================== footer ================================= -->
|
323
|
+
<div class="fineprint" style="clear:both">
|
324
|
+
|
325
|
+
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Thu Nov 05 2009 13:20:21 GMT-0800 (PST)
|
326
|
+
</div>
|
327
|
+
</body>
|
328
|
+
</html>
|
@@ -219,6 +219,8 @@ ul.inheritsList
|
|
219
219
|
|
220
220
|
<li><a href="../symbols/jasmine.util.html">jasmine.util</a></li>
|
221
221
|
|
222
|
+
<li><a href="../symbols/jasmine.XMLReporter.html">jasmine.XMLReporter</a></li>
|
223
|
+
|
222
224
|
</ul>
|
223
225
|
<hr />
|
224
226
|
<!-- end publish.classesIndex -->
|
@@ -764,7 +766,7 @@ Jasmine environment.
|
|
764
766
|
<!-- ============================== footer ================================= -->
|
765
767
|
<div class="fineprint" style="clear:both">
|
766
768
|
|
767
|
-
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on
|
769
|
+
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Thu Nov 05 2009 13:20:20 GMT-0800 (PST)
|
768
770
|
</div>
|
769
771
|
</body>
|
770
772
|
</html>
|
@@ -219,6 +219,8 @@ ul.inheritsList
|
|
219
219
|
|
220
220
|
<li><a href="../symbols/jasmine.util.html">jasmine.util</a></li>
|
221
221
|
|
222
|
+
<li><a href="../symbols/jasmine.XMLReporter.html">jasmine.XMLReporter</a></li>
|
223
|
+
|
222
224
|
</ul>
|
223
225
|
<hr />
|
224
226
|
<!-- end publish.classesIndex -->
|
@@ -320,7 +322,7 @@ ul.inheritsList
|
|
320
322
|
<!-- ============================== footer ================================= -->
|
321
323
|
<div class="fineprint" style="clear:both">
|
322
324
|
|
323
|
-
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on
|
325
|
+
Documentation generated by <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a> 2.1.0 on Thu Nov 05 2009 13:20:21 GMT-0800 (PST)
|
324
326
|
</div>
|
325
327
|
</body>
|
326
328
|
</html>
|