1+ ---
2+ layout: default
3+ title: "Class: HtmlExactSpecFilter"
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 ="HtmlExactSpecFilter.html "> HtmlExactSpecFilter</ a > </ li > < li > < a href ="HtmlReporter.html "> HtmlReporter</ a > </ li > < li > < a href ="HtmlSpecFilter.html "> HtmlSpecFilter</ 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: HtmlExactSpecFilter</ h1 >
14+
15+
16+
17+
18+
19+
20+ < section >
21+
22+ < header >
23+
24+ < h2 > < span class ="attribs "> < span class ="type-signature "> </ span > </ span > HtmlExactSpecFilter< span class ="signature "> (options)</ span > < span class ="type-signature "> </ span > </ h2 >
25+
26+ < div class ="class-description "> < p > Spec filter for use with < a href ="HtmlReporter.html "> < code > HtmlReporter</ code > </ a > </ p >
27+ < p > See lib/jasmine-core/boot1.js for usage.</ p > </ div >
28+
29+
30+ </ header >
31+
32+ < article >
33+ < div class ="container-overview ">
34+
35+
36+
37+
38+ < h2 > Constructor</ h2 >
39+
40+
41+
42+ < h4 class ="name " id ="HtmlExactSpecFilter "> < span class ="type-signature "> </ span > new HtmlExactSpecFilter< span class ="signature "> (options)</ span > < span class ="type-signature "> </ span > </ h4 >
43+
44+
45+
46+
47+
48+
49+ < div class ="description ">
50+ < p > Create a filter instance.</ p >
51+ </ div >
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+ < h5 > Parameters:</ h5 >
62+
63+
64+ < table class ="params ">
65+ < thead >
66+ < tr >
67+
68+ < th > Name</ th >
69+
70+
71+ < th > Type</ th >
72+
73+
74+
75+
76+
77+ < th class ="last "> Description</ th >
78+ </ tr >
79+ </ thead >
80+
81+ < tbody >
82+
83+
84+ < tr >
85+
86+ < td class ="name "> < code > options</ code > </ td >
87+
88+
89+ < td class ="type ">
90+
91+ </ td >
92+
93+
94+
95+
96+
97+ < td class ="description last "> < p > Object with a queryString property, which should be an
98+ instance of < a href ="QueryString.html "> < code > QueryString</ code > </ a > .</ p > </ td >
99+ </ tr >
100+
101+
102+ </ tbody >
103+ </ table >
104+
105+
106+
107+
108+
109+
110+ < dl class ="details ">
111+
112+
113+
114+
115+ < dt class ="tag-since "> Since:</ dt >
116+ < dd class ="tag-since "> < ul class ="dummy "> < li > 5.11.0</ li > </ ul > </ dd >
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+ </ dl >
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+ </ div >
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+ < h3 class ="subsection-title "> Methods</ h3 >
186+
187+
188+
189+
190+
191+
192+
193+ < h4 class ="name " id ="matches "> < span class ="type-signature "> </ span > matches< span class ="signature "> (spec)</ span > < span class ="type-signature "> → {boolean}</ span > </ h4 >
194+
195+
196+
197+
198+
199+
200+ < div class ="description ">
201+ < p > Determines whether the specified spec should be executed.</ p >
202+ </ div >
203+
204+
205+
206+
207+
208+
209+
210+
211+
212+ < h5 > Parameters:</ h5 >
213+
214+
215+ < table class ="params ">
216+ < thead >
217+ < tr >
218+
219+ < th > Name</ th >
220+
221+
222+ < th > Type</ th >
223+
224+
225+
226+
227+
228+ < th class ="last "> Description</ th >
229+ </ tr >
230+ </ thead >
231+
232+ < tbody >
233+
234+
235+ < tr >
236+
237+ < td class ="name "> < code > spec</ code > </ td >
238+
239+
240+ < td class ="type ">
241+
242+
243+ < span class ="param-type "> < a href ="Spec.html "> Spec</ a > </ span >
244+
245+
246+
247+ </ td >
248+
249+
250+
251+
252+
253+ < td class ="description last "> </ td >
254+ </ tr >
255+
256+
257+ </ tbody >
258+ </ table >
259+
260+
261+
262+
263+
264+
265+ < dl class ="details ">
266+
267+
268+
269+
270+
271+
272+
273+
274+
275+
276+
277+
278+
279+
280+
281+
282+
283+
284+
285+
286+
287+
288+
289+
290+
291+
292+
293+
294+
295+
296+
297+
298+ </ dl >
299+
300+
301+
302+
303+
304+
305+
306+
307+
308+
309+
310+
311+
312+
313+
314+ < h5 > Returns:</ h5 >
315+
316+
317+
318+
319+ < dl >
320+ < dt >
321+ Type
322+ </ dt >
323+ < dd >
324+
325+ < span class ="param-type "> boolean</ span >
326+
327+
328+ </ dd >
329+ </ dl >
330+
331+
332+
333+
334+
335+
336+
337+
338+
339+
340+
341+
342+
343+ </ article >
344+
345+ </ section >
346+
347+
348+
349+
350+ </ div >
351+
352+ < footer >
353+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc</ a > .
354+ </ footer >
355+ </ div >
0 commit comments