1+ ---
2+ layout: default
3+ title: "Interface: ReporterCapabilities"
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 ="jsApiReporter.html "> jsApiReporter</ a > </ li > < li > < a href ="MatchersUtil.html "> MatchersUtil</ a > </ li > < li > < a href ="ParallelReportDispatcher.html "> ParallelReportDispatcher</ 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 "> Interface: ReporterCapabilities</ h1 >
14+
15+
16+
17+
18+
19+
20+ < section >
21+
22+ < header >
23+
24+ < h2 > ReporterCapabilities</ h2 >
25+
26+
27+ </ header >
28+
29+ < article >
30+ < div class ="container-overview ">
31+
32+
33+ < div class ="description "> < p > Used to tell Jasmine what optional or uncommonly implemented features
34+ the reporter supports.</ p > </ div >
35+
36+
37+
38+
39+
40+ < dl class ="details ">
41+
42+
43+
44+
45+ < dt class ="tag-since "> Since:</ dt >
46+ < dd class ="tag-since "> < ul class ="dummy "> < li > 5.0</ li > </ ul > </ dd >
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+ < dt class ="tag-see "> See:</ dt >
75+ < dd class ="tag-see ">
76+ < ul >
77+ < li > < a href ="Reporter.html#reporterCapabilities "> Reporter#reporterCapabilities</ a > </ li >
78+ </ ul >
79+ </ dd >
80+
81+
82+
83+ </ dl >
84+
85+
86+
87+
88+ </ div >
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
102+
103+ < h3 class ="subsection-title "> Members</ h3 >
104+
105+
106+
107+ < h4 class ="name " id ="parallel "> < span class ="type-signature "> </ span > parallel< span class ="type-signature "> :boolean|undefined</ span > </ h4 >
108+
109+
110+
111+
112+ < div class ="description ">
113+ < p > Indicates whether the reporter supports parallel execution. Jasmine will
114+ not allow parallel execution unless all reporters that are in use set this
115+ capability to true.</ p >
116+ </ div >
117+
118+
119+
120+ < h5 > Type:</ h5 >
121+ < ul >
122+ < li >
123+
124+ < span class ="param-type "> boolean</ span >
125+ |
126+
127+ < span class ="param-type "> undefined</ span >
128+
129+
130+ </ li >
131+ </ ul >
132+
133+
134+
135+
136+
137+ < dl class ="details ">
138+
139+
140+
141+
142+ < dt class ="tag-since "> Since:</ dt >
143+ < dd class ="tag-since "> < ul class ="dummy "> < li > 5.0</ li > </ ul > </ dd >
144+
145+
146+
147+
148+
149+
150+
151+
152+
153+
154+
155+
156+
157+
158+
159+
160+
161+
162+
163+
164+
165+ < dt class ="tag-default "> Default Value:</ dt >
166+ < dd class ="tag-default "> < ul class ="dummy ">
167+ < li > false</ li >
168+ </ ul > </ dd >
169+
170+
171+
172+
173+
174+
175+
176+ < dt class ="tag-see "> See:</ dt >
177+ < dd class ="tag-see ">
178+ < ul >
179+ < li > < a href ="/tutorials/running_specs_in_parallel "> running specs_in_parallel</ a > </ li >
180+ </ ul >
181+ </ dd >
182+
183+
184+
185+ </ dl >
186+
187+
188+
189+
190+
191+
192+
193+
194+
195+
196+
197+
198+
199+
200+ </ article >
201+
202+ </ section >
203+
204+
205+
206+
207+ </ div >
208+
209+ < footer >
210+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc</ a > .
211+ </ footer >
212+ </ div >
0 commit comments