Skip to content

Commit b7e45cf

Browse files
committed
5.12 API reference
1 parent fce1226 commit b7e45cf

File tree

112 files changed

+63872
-732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+63872
-732
lines changed

_api/5.12/AsymmetricEqualityTester.html

Lines changed: 475 additions & 0 deletions
Large diffs are not rendered by default.

_api/5.12/Clock.html

Lines changed: 861 additions & 0 deletions
Large diffs are not rendered by default.

_api/5.12/Configuration.html

Lines changed: 968 additions & 0 deletions
Large diffs are not rendered by default.

_api/5.12/Env.html

Lines changed: 1844 additions & 0 deletions
Large diffs are not rendered by default.

_api/5.12/HtmlReporter.html

Lines changed: 289 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,289 @@
1+
---
2+
layout: default
3+
title: "Class: HtmlReporter"
4+
prettify: true
5+
---
6+
7+
<div class="main-content api-docs">
8+
<nav>
9+
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-jasmine-core.html">jasmine-core</a></li></ul><h3>Namespaces</h3><ul><li><a href="asymmetricEqualityTesters.html">asymmetricEqualityTesters</a></li><li><a href="async-matchers.html">async-matchers</a></li><li><a href="jasmine.html">jasmine</a></li><li><a href="matchers.html">matchers</a></li><li><a href="Spy_calls.html">Spy#calls</a></li></ul><h3>Classes</h3><ul><li><a href="Clock.html">Clock</a></li><li><a href="Env.html">Env</a></li><li><a href="HtmlReporter.html">HtmlReporter</a></li><li><a href="jsApiReporter.html">jsApiReporter</a></li><li><a href="MatchersUtil.html">MatchersUtil</a></li><li><a href="ParallelReportDispatcher.html">ParallelReportDispatcher</a></li><li><a href="QueryString.html">QueryString</a></li><li><a href="Spy.html">Spy</a></li><li><a href="Timer.html">Timer</a></li></ul><h3>Interfaces</h3><ul><li><a href="AsymmetricEqualityTester.html">AsymmetricEqualityTester</a></li><li><a href="Configuration.html">Configuration</a></li><li><a href="Reporter.html">Reporter</a></li><li><a href="ReporterCapabilities.html">ReporterCapabilities</a></li><li><a href="Spec.html">Spec</a></li><li><a href="SpyStrategy.html">SpyStrategy</a></li><li><a href="Suite.html">Suite</a></li><li><a href="ThrowUnlessFailure.html">ThrowUnlessFailure</a></li></ul><h3>Global</h3><ul><li><a href="global.html#afterAll">afterAll</a></li><li><a href="global.html#afterEach">afterEach</a></li><li><a href="global.html#beforeAll">beforeAll</a></li><li><a href="global.html#beforeEach">beforeEach</a></li><li><a href="global.html#describe">describe</a></li><li><a href="global.html#expect">expect</a></li><li><a href="global.html#expectAsync">expectAsync</a></li><li><a href="global.html#fail">fail</a></li><li><a href="global.html#fdescribe">fdescribe</a></li><li><a href="global.html#fit">fit</a></li><li><a href="global.html#getSpecProperty">getSpecProperty</a></li><li><a href="global.html#it">it</a></li><li><a href="global.html#pending">pending</a></li><li><a href="global.html#setSpecProperty">setSpecProperty</a></li><li><a href="global.html#setSuiteProperty">setSuiteProperty</a></li><li><a href="global.html#spyOn">spyOn</a></li><li><a href="global.html#spyOnAllFunctions">spyOnAllFunctions</a></li><li><a href="global.html#spyOnProperty">spyOnProperty</a></li><li><a href="global.html#throwUnless">throwUnless</a></li><li><a href="global.html#throwUnlessAsync">throwUnlessAsync</a></li><li><a href="global.html#xdescribe">xdescribe</a></li><li><a href="global.html#xit">xit</a></li></ul>
10+
</nav>
11+
12+
<div class="docs">
13+
<h1 class="page-title">Class: HtmlReporter</h1>
14+
15+
16+
17+
18+
19+
20+
<section>
21+
22+
<header>
23+
24+
<h2><span class="attribs"><span class="type-signature"></span></span>HtmlReporter<span class="signature">(options)</span><span class="type-signature"></span></h2>
25+
26+
<div class="class-description"><p>Displays results and allows re-running individual specs and suites.</p></div>
27+
28+
29+
</header>
30+
31+
<article>
32+
<div class="container-overview">
33+
34+
35+
36+
37+
<h2>Constructor</h2>
38+
39+
40+
41+
<h4 class="name" id="HtmlReporter"><span class="type-signature"></span>new HtmlReporter<span class="signature">(options)</span><span class="type-signature"></span></h4>
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
<h5>Parameters:</h5>
57+
58+
59+
<table class="params">
60+
<thead>
61+
<tr>
62+
63+
<th>Name</th>
64+
65+
66+
<th>Type</th>
67+
68+
69+
70+
71+
72+
<th class="last">Description</th>
73+
</tr>
74+
</thead>
75+
76+
<tbody>
77+
78+
79+
<tr>
80+
81+
<td class="name"><code>options</code></td>
82+
83+
84+
<td class="type">
85+
86+
</td>
87+
88+
89+
90+
91+
92+
<td class="description last"><p>Options object. See lib/jasmine-core/boot1.js for details.</p></td>
93+
</tr>
94+
95+
96+
</tbody>
97+
</table>
98+
99+
100+
101+
102+
103+
104+
<dl class="details">
105+
106+
107+
108+
109+
<dt class="tag-since">Since:</dt>
110+
<dd class="tag-since"><ul class="dummy"><li>1.2.0</li></ul></dd>
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
<dt class="implements">Implements:</dt>
121+
<dd class="implements"><ul>
122+
123+
<li><a href="Reporter.html">Reporter</a></li>
124+
125+
</ul></dd>
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
</dl>
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
</div>
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
<h3 class="subsection-title">Methods</h3>
187+
188+
189+
190+
191+
192+
193+
194+
<h4 class="name" id="initialize"><span class="type-signature"></span>initialize<span class="signature">()</span><span class="type-signature"></span></h4>
195+
196+
197+
198+
199+
200+
201+
<div class="description">
202+
<p>Initializes the reporter. Should be called before <a href="Env.html#execute"><code>Env#execute</code></a>.</p>
203+
</div>
204+
205+
206+
207+
208+
209+
210+
211+
212+
213+
214+
215+
216+
217+
<dl class="details">
218+
219+
220+
221+
222+
223+
224+
225+
226+
227+
228+
229+
230+
231+
232+
233+
234+
235+
236+
237+
238+
239+
240+
241+
242+
243+
244+
245+
246+
247+
248+
249+
250+
</dl>
251+
252+
253+
254+
255+
256+
257+
258+
259+
260+
261+
262+
263+
264+
265+
266+
267+
268+
269+
270+
271+
272+
273+
274+
275+
276+
277+
</article>
278+
279+
</section>
280+
281+
282+
283+
284+
</div>
285+
286+
<footer>
287+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a>.
288+
</footer>
289+
</div>

0 commit comments

Comments
 (0)