forked from lukejpreston/junit_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
junit_viewer_specs.html
747 lines (606 loc) · 61.8 KB
/
junit_viewer_specs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
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
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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!DOCTYPE html>
<html>
<head>
<title>junit_viewer_specs</title>
<style type="text/css">/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container{position:relative;width:100%;max-width:960px;margin:0 auto;padding:0 20px;box-sizing:border-box}.column,.columns{width:100%;float:left;box-sizing:border-box}@media (min-width:400px){.container{width:85%;padding:0}}@media (min-width:550px){.container{width:80%}.column,.columns{margin-left:4%}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{font-size:1.5em;line-height:1.6;font-weight:400;font-family:Raleway,HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;color:#222}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-weight:300}h1{font-size:4rem;line-height:1.2;letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25;letter-spacing:-.1rem}h3{font-size:3rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media (min-width:550px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2.4rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#1EAEDB}a:hover{color:#0FA0CE}.button,button,input[type=submit],input[type=reset],input[type=button]{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:11px;font-weight:600;line-height:38px;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:4px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}.button:hover,button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,.button:focus,button:focus,input[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus{color:#333;border-color:#888;outline:0}.button.button-primary,button.button-primary,input[type=submit].button-primary,input[type=reset].button-primary,input[type=button].button-primary{color:#FFF;background-color:#33C3F0;border-color:#33C3F0}.button.button-primary:hover,button.button-primary:hover,input[type=submit].button-primary:hover,input[type=reset].button-primary:hover,input[type=button].button-primary:hover,.button.button-primary:focus,button.button-primary:focus,input[type=submit].button-primary:focus,input[type=reset].button-primary:focus,input[type=button].button-primary:focus{color:#FFF;background-color:#1EAEDB;border-color:#1EAEDB}input[type=email],input[type=number],input[type=search],input[type=text],input[type=tel],input[type=url],input[type=password],textarea,select{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #D1D1D1;border-radius:4px;box-shadow:none;box-sizing:border-box}input[type=email],input[type=number],input[type=search],input[type=text],input[type=tel],input[type=url],input[type=password],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{min-height:65px;padding-top:6px;padding-bottom:6px}input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=text]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,textarea:focus,select:focus{border:1px solid #33C3F0;outline:0}label,legend{display:block;margin-bottom:.5rem;font-weight:600}fieldset{padding:0;border-width:0}input[type=checkbox],input[type=radio]{display:inline}label>.label-body{display:inline-block;margin-left:.5rem;font-weight:400}ul{list-style:circle inside}ol{list-style:decimal inside}ol,ul{padding-left:0;margin-top:0}ul ul,ul ol,ol ol,ol ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}li{margin-bottom:1rem}code{padding:.2rem .5rem;margin:0 .2rem;font-size:90%;white-space:nowrap;background:#F1F1F1;border:1px solid #E1E1E1;border-radius:4px}pre>code{display:block;padding:1rem 1.5rem;white-space:pre}th,td{padding:12px 15px;text-align:left;border-bottom:1px solid #E1E1E1}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}button,.button{margin-bottom:1rem}input,textarea,select,fieldset{margin-bottom:1.5rem}pre,blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:2.5rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}hr{margin-top:3rem;margin-bottom:3.5rem;border-width:0;border-top:1px solid #E1E1E1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}@media (min-width:400px){}@media (min-width:550px){}@media (min-width:750px){}@media (min-width:1000px){}@media (min-width:1200px){}</style>
<style type="text/css">h1{text-align:center}.suite--failure{color:#FFF;background-color:#FF1717;border-color:#FF1717}.suite--failure:focus,.suite--failure:hover{color:#FFF;background-color:#ED1515;border-color:#ED1515}.suite--passed{color:#FFF;background-color:#0CAB37;border-color:#0CAB37}.suite--passed:focus,.suite--passed:hover{color:#FFF;background-color:#0B9C32;border-color:#0B9C32}.test--failure,.test--error{color:#FFF;background-color:#E50000;border-color:#E50000}.test--failure:focus,.test--error:focus,.test--failure:hover,.test--error:hover{color:#FFF;background-color:#C00;border-color:#C00}.test--passed{color:#FFF;background-color:#0DBD3D;border-color:#0DBD3D}.test--passed:focus,.test--passed:hover{color:#FFF;background-color:#0BA635;border-color:#0BA635}.test--skipped{color:#FFF;background-color:#C3D6E3;border-color:#C3D6E3}.test--skipped:focus,.test--skipped:hover{color:#FFF;background-color:#BDCFDB;border-color:#BDCFDB}.properties__title{color:#FFF;background-color:#B6B4BA;border-color:#B6B4BA}.properties__title:focus,.properties__title:hover{color:#FFF;background-color:#A7A6AB;border-color:#A7A6AB}.properties,.test,.option,.suite__properties{width:96%;margin-left:2%;margin-right:2%;margin-bottom:10px}.properties__list,.test__messages,.options__cta,.test__message{margin-top:-10px;border:1px solid #bbb;border-radius:0 0 4px 4px;padding:10px}.properties__list th,.properties__list td{padding-left:10px}.properties__title,.test__name{margin-bottom:0;border-radius:4px 4px 0 0}.test__message--multiple{padding:5px;border-radius:4px;border:solid #bbb 1px;margin-bottom:4px}.test--passed,.test--skipped{border-radius:4px}.suite__name{margin:0;border-radius:4px 4px 0 0;margin-bottom:5px}.suite__contents{margin:-10px 0 5px 0;border-radius:0 0 4px 4px;border:1px solid #bbb;padding:5px;padding-top:10px}.flat{border-radius:4px 4px 0 0}.round{border-radius:4px}.label{margin-right:10px}.contracted,.hidden,.not_in_search,.no_visible_tests{display:none}.options_container{margin:0 .5em}.container__suites{margin:0 1em}.container__suites,.options{overflow:scroll}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 30px 30px 30px #1EAEDB}.options_container__toggle{margin:0}.options,.option__container{border:1px solid #bbb;border-radius:0 0 4px 4px;padding:5px}.option{margin-bottom:1em}.option__title{margin-bottom:0}.search button{margin-bottom:0;border-radius:4px 4px 0 0}.search input{margin-top:-1px;border-radius:0 0 4px 4px}.options__icon--colapsed{padding:0}.junit_info{text-align:center}</style>
</head>
<body>
<h1 class="u-full-width">junit_viewer_specs</h1>
<div class="junit_info"><button id="junit_info_suite_count" class="suite--count">
<span>suite:</span>
<span id="junit_info_suite_count_count">17</span><span>/17</span>
</button>
<button id="junit_info_suite_passed" class="suite--passed">
<span>passed:</span>
<span id="junit_info_suite_passed_count">17</span><span>/17</span>
</button>
</div>
<div class="junit_info">
<button id="junit_info_test_count" class="test--count">
<span>test:</span>
<span id="junit_info_test_count_count">52</span><span>/52</span>
</button>
<button id="junit_info_test_passed" class="test--passed">
<span>passed:</span>
<span id="junit_info_test_passed_count">52</span><span>/52</span>
</button>
</div>
<div>
<div id="options_container" class="container__options column one"><svg style="display: none">
<symbol id="options__icon" width="36" height="38">
<rect x="0" y="8" rx="2" ry="2" width="25" height="5" style="fill:#fff"></rect>
<rect x="0" y="15" rx="2" ry="2" width="25" height="5" style="fill:#fff"></rect>
<rect x="0" y="22" rx="2" ry="2" width="25" height="5" style="fill:#fff"></rect>
</symbol>
</svg>
<button id="optionsCollapsed" title="advanced search" class="options_container button-primary options_container__toggle" onclick="showOptions()">
<svg width="25" height="38">
<use xlink:href="#options__icon"></use>
</svg>
</button>
<div id="optionsExpanded" class="options_container" style="display: none">
<button class="flat button-primary u-full-width options_container__toggle" onclick="hideOptions()">
<svg class="u-pull-left" width="36" height="38">
<use xlink:href="#options__icon"></use>
</svg>
<span>SEARCH</span></button>
<div id="options" class="options">
<div class="option">
<button class="option__title u-full-width button-primary flat" onclick="toggleContraction(this.parentElement)">SUITES</button>
<div class="option__container">
<button class="button-primary u-full-width" onclick="hidePassingSuites(this)">HIDE PASSING</button>
<button class="button-primary u-full-width" onclick="contractSuites(this)">CONTRACT ALL</button>
<div class="search">
<button class="u-full-width" disabled="disabled">SEARCH</button>
<input class="u-full-width" type="text" oninput="searchSuites(this.value)" placeholder="suite names"/>
</div>
</div>
</div>
<div class="option">
<button class="option__title u-full-width button-primary flat" onclick="toggleContraction(this.parentElement)">TESTS</button>
<div class="option__container">
<button class="button-primary u-full-width" onclick="hidePassingTests(this)">HIDE PASSING</button>
<button class="button-primary u-full-width" onclick="hideTests(this)">HIDE ALL</button>
<button class="button-primary u-full-width" onclick="contractTests(this)">CONTRACT ALL</button>
<div class="search">
<button class="u-full-width" disabled="disabled">SEARCH</button>
<input class="u-full-width" type="text" oninput="searchTests(this.value)" placeholder="test names and messages"/>
</div>
</div>
</div>
<div class="option">
<button class="option__title u-full-width button-primary flat" onclick="toggleContraction(this.parentElement)">PROPERTIES</button>
<div class="option__container">
<button class="button-primary u-full-width" onclick="hideProperties(this)">HIDE ALL</button>
<button class="button-primary u-full-width" onclick="contractProperties(this)">CONTRACT ALL</button>
<div class="search">
<button class="u-full-width" disabled="disabled">SEARCH</button>
<input class="u-full-width" type="text" oninput="searchProperties(this.value)" placeholder="propety keys and values"/>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="suites_container" class="u-pull-right columns eleven container__suites"><div class="suite" id="suite_gGwSU">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Can use express from the command line</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 1</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 1.001</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_rWuWY">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Hosts at your port</span>
<span class="label u-pull-right">time: 1</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_FqRtr">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">No such file.Parsing transforms XML to JSON</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 1</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_rKIQt">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Just returns an error</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_Uajug">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">No such file.Rendering the JSON into HTML</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 1</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.001</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_bC6m2">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Renders a html file with the expected file name inside</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_wpV35">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">No such file.Layout</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 1</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.002</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_onLJQ">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a title No Such File</span>
<span class="label u-pull-right">time: 0.002</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_OXqkC">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder)</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 13</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.049</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_6RKJC">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Can parse a single file</span>
<span class="label u-pull-right">time: 0.02</span>
</button>
</div>
<div class="test" id="test_qx8Mc">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Parses file name starting with a .</span>
<span class="label u-pull-right">time: 0.011</span>
</button>
</div>
<div class="test" id="test_29BsD">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Can walk through sub folders</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_BON39">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Only picks the first suite if multiple "testsuites"</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_JfaDS">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Adds the suite if the file only has a "testsuite"</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_J41Jy">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Does not pick up files with only a testcase</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_4Xe66">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Does not parse testsuites which only have test cases inside</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_Mchll">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Adds all non name labels onto suite</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_WAY2i">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Favors the tests classname over the testsuite name</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_DO1t6">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Uses "NO CLASSNAME OR SUITE NAME" if suite name if no name in "testsuite" or classname in "testcase"</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_R5jJc">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Ignores suites with no tests</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_po2Hh">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Ignores suites with no tests even if it has properties</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_HFwjM">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Can have nested suites which concatenates the titles together on the child</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_qaVcl">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Tests</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 1</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.009</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_ylBBD">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Assumes no type is "passed"</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_Wxhf6">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Tests.passed with a message</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 3</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.002</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_g1Her">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has typepassed</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_octaj">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a name</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_0AYoO">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has messages</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_agSuZ">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Tests.error with a message</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 3</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.001</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_SnrXS">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has typeerror</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_W3pk9">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a name</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_9sFDr">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has messages</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_qcBLC">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Tests.failure with a message</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 3</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.001</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_07yrv">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has typefailure</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_QiK3u">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a name</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_HLbAx">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has messages</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_Z1fkQ">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Tests.skipped with a message</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 3</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.002</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_FiYkD">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has typeskipped</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_k4yUX">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a name</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_qAHLR">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has messages</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_9TXbF">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Tests.Messages</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 5</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.002</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_TPih3">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Can have multiple messages</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_4GwmI">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Concatenates the type and message (in that order) if no inner message</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_EDTuj">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Uses message if no inner message or type</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_ialHn">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Uses type if no inner message or message</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_2x80E">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Uses inner message over message and type</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_ZunXC">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Suite properties</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 4</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.001</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_46N49">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Defaults to empty values</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_klIBi">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Concatenates multiple properties</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_ZUmXN">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Each property has a value</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_lQxGp">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Each property has a name</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_Hfvis">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Errors.Blank file</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 4</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.002</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_qbXp6">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a name of file</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_mHvEY">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has type failure</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_xcOlE">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Default of no properties</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_9tncG">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a single test</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_crcRC">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Errors.Blank file.The test</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 2</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.001</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_sJL4b">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">The test is an error</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
<div class="test" id="test_W3C3C">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a message of "There are no results"</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_tB7oz">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Errors.Invalid XML</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 4</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.002</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_QRzsP">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a name of file</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_ipyU2">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has type failure</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_H2t7H">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Default of no properties</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_lK9YQ">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a single test</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_A14T1">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Parsing transforms XML to JSON (generic folder).Errors.Invalid XML.The test</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 2</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_mKOKp">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">The test is an error</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
<div class="test" id="test_7Yup8">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Has a message of "There are no results"</span>
<span class="label u-pull-right">time: 0</span>
</button>
</div>
</div>
</div>
<div class="suite" id="suite_KZsTu">
<button class="suite--passed u-full-width flat" onclick="toggleContraction(this.parentElement)">
<span class="suite__name u-pull-left">Rendering transforms JSON (from parse) to HTML string (generic folder)</span>
<span class="label u-pull-right">errors: 0</span>
<span class="label u-pull-right">tests: 1</span>
<span class="label u-pull-right">failures: 0</span>
<span class="label u-pull-right">time: 0.001</span>
<span class="label u-pull-right">timestamp: 2016-01-13T06:44:08</span>
</button>
<div class="suite__contents">
<div class="test" id="test_jw2q6">
<button class="test__name test--passed u-full-width" onclick="toggleContraction(this.parentElement)">
<span class="u-pull-left">Looks good</span>
<span class="label u-pull-right">time: 0.001</span>
</button>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">function addClass(e,s){e&&(e.className=e.className+" "+s)}function removeClass(e,s){e&&(e.className=e.className.replace(" "+s,""))}function replaceClass(e,s,t){e&&(e.className=e.className.replace(s,t))}function toggleContraction(e){var s=e.children[0],t=e.children[1],a=-1!==t.className.indexOf("contracted");a?(replaceClass(s,"round","flat"),removeClass(t,"contracted")):(replaceClass(s,"flat","round"),addClass(t,"contracted"))}function createVisibleInfo(e){var s={suites:{},tests:{}};return Object.keys(e).filter(function(e){var s=document.getElementById(e);return null!==s}).forEach(function(e){var t=document.getElementById(e);if(-1===t.className.indexOf("not_in_search")&&-1===t.className.indexOf("hidden")&&-1===t.className.indexOf("no_visible_tests")){var a=t.children[0].className.split(" ")[0].split("--")[1];s.suites.hasOwnProperty(a)||(s.suites[a]=0),s.suites[a]+=1;var n=t.children[1].children;Object.keys(n).filter(function(e){return null!==document.getElementById(e)&&-1!==n[e].className.indexOf("test")&&-1===n[e].className.indexOf("not_in_search")&&-1===n[e].className.indexOf("hidden")}).forEach(function(e){var t=document.getElementById(e),a=t.children[0].className.split(" ")[1].split("--")[1];s.tests.hasOwnProperty(a)||(s.tests[a]=0),s.tests[a]+=1})}}),s}function updateInfo(){var e=document.getElementsByClassName("suite"),s=createVisibleInfo(e),t=document.getElementsByClassName("suite hidden"),a=document.getElementsByClassName("suite not_in_search"),n=document.getElementsByClassName("suite no_visible_tests");s.suites.count=e.length-t.length-a.length-n.length,document.getElementsByClassName("test"),document.getElementsByClassName("test hidden"),document.getElementsByClassName("test not_in_search"),s.tests.count=0,Object.keys(s.tests).filter(function(e){return"count"!==e}).forEach(function(e){s.tests.count+=s.tests[e]}),Object.keys(junit_info.suites).forEach(function(e){document.getElementById("junit_info_suite_"+e+"_count").innerHTML=s.suites.hasOwnProperty(e)?s.suites[e]:0}),Object.keys(junit_info.tests).forEach(function(e){document.getElementById("junit_info_test_"+e+"_count").innerHTML=s.tests.hasOwnProperty(e)?s.tests[e]:0})}function contractSuites(e){var s=-1!==e.innerHTML.indexOf("EXPAND");e.innerHTML=s?"CONTRACT ALL":"EXPAND ALL",suites.forEach(function(e){var t=document.getElementById(e.id),a=t.children[0],n=t.children[1];s?(replaceClass(a,"round","flat"),removeClass(n,"contracted")):(replaceClass(a,"flat","round"),addClass(n,"contracted"))})}function hidePassingSuites(e){var s=-1!==e.innerHTML.indexOf("SHOW");e.innerHTML=s?"HIDE PASSING":"SHOW PASSING",suites.forEach(function(e){var t=document.getElementById(e.id);s?removeClass(t,"hidden"):"passed"===e.type&&addClass(t,"hidden")}),updateInfo()}function globToRegex(e){var s,t,a,n,r=0,i=e.length||0;for(t="^";i>r;)if(a=e[r],r+=1,"*"===a)t+=".*";else if("?"===a)t+=".";else if("["===a){for(s=r,i>s&&"!"===e[s]&&(s+=1),i>s&&"]"===e[s]&&(s+=1);i>s&&"]"!==e[s];)s+=1;s>=i?t+="\\[":(n=e.slice(r,s).replace("\\","\\\\"),r=s+1,"!"===n[0]?n="^"+n.slice(1):"^"===n[0]&&(n="\\"+n),t=t+"["+n+"]")}else t+=escape(a);return t+"$"}function match(e,s){if(s=s.toUpperCase(),e=e.toUpperCase(),-1!==s.indexOf(e))return!0;try{if(null!==s.match(new RegExp(e)))return!0}catch(t){}try{if(null!==s.match(new RegExp(globToRegex(e))))return!0}catch(t){}for(var a=-1,n=0;n<e.length;n++){var r=e[n];if(" "!=r&&(a=s.indexOf(r,a+1),-1==a))return!1}return!0}function searchSuites(e){e=e.toUpperCase(),suites.forEach(function(s){var t=document.getElementById(s.id);if(""===e)return removeClass(t,"not_in_search"),void 0;var a=match(e,s.name),n=-1===t.className.indexOf("not_in_search");!a&&n&&addClass(t,"not_in_search"),a&&removeClass(t,"not_in_search")}),updateInfo()}function forEachTest(e){suites.forEach(function(s){s.testCases.forEach(e)})}function contractTests(e){var s=-1!==e.innerHTML.indexOf("EXPAND");e.innerHTML=s?"CONTRACT ALL":"EXPAND ALL",forEachTest(function(e){var t=document.getElementById(e.id),a=t.children[0],n=t.children[1];s?(replaceClass(a,"round","flat"),removeClass(n,"contracted")):(replaceClass(a,"flat","round"),addClass(n,"contracted"))})}function hideTests(e){var s=-1!==e.innerHTML.indexOf("SHOW");e.innerHTML=s?"HIDE ALL":"SHOW ALL",forEachTest(function(e){var t=document.getElementById(e.id);s?removeClass(t,"hidden"):addClass(t,"hidden")}),updateInfo()}function hidePassingTests(e){var s=-1!==e.innerHTML.indexOf("SHOW");e.innerHTML=s?"HIDE ALL":"SHOW ALL",forEachTest(function(e){var t=document.getElementById(e.id);s?removeClass(t,"hidden"):"passed"===e.type&&addClass(t,"hidden")}),updateInfo()}function searchTests(e){e=e.toUpperCase(),forEachTest(function(s){var t=document.getElementById(s.id);if(""===e)return removeClass(t,"not_in_search"),suites.forEach(function(e){var s=document.getElementById(e.id);s.className=s.className.replace(" no_visible_tests","")}),void 0;var a=match(e,s.name);s.messages.values.forEach(function(s){var t=match(e,s.value);t&&(a=!0)});var n=-1===t.className.indexOf("not_in_search");!a&&n&&addClass(t,"not_in_search"),a&&removeClass(t,"not_in_search")}),suites.forEach(function(e){var s=document.getElementById(e.id),t=s.children[1].children,a=Object.keys(t).filter(function(e){return null!==document.getElementById(e)&&(-1!==t[e].className.indexOf("not_in_search")||-1!==t[e].className.indexOf("properties"))}).length;s.className=t.length===a?s.className+" no_visible_tests":s.className.replace(" no_visible_tests","")}),updateInfo()}function contractProperties(e){var s=-1!==e.innerHTML.indexOf("EXPAND");e.innerHTML=s?"CONTRACT ALL":"EXPAND ALL",suites.filter(function(e){return e.properties.values.length>0}).forEach(function(e){var t=document.getElementById(e.properties.id),a=t.children[0],n=t.children[1];s?(replaceClass(a,"round","flat"),removeClass(n,"contracted")):(replaceClass(a,"flat","round"),addClass(n,"contracted"))})}function hideProperties(e){var s=-1!==e.innerHTML.indexOf("SHOW");e.innerHTML=s?"HIDE ALL":"SHOW ALL",suites.filter(function(e){return e.properties.values.length>0}).forEach(function(e){var t=document.getElementById(e.properties.id);s?removeClass(t,"hidden"):addClass(t,"hidden")})}function searchProperties(e){e=e.toUpperCase(),suites.forEach(function(s){s.properties.values.forEach(function(s){var t=document.getElementById(s.id);if(""===e)return removeClass(t,"not_in_search"),void 0;var a=match(e,s.name)||match(e,s.value),n=-1===t.className.indexOf("not_in_search");!a&&n&&addClass(t,"not_in_search"),a&&removeClass(t,"not_in_search")})})}function showOptions(){var e=document.getElementById("optionsCollapsed");e.style.display="none";var s=document.getElementById("optionsExpanded");s.style.display="block";var t=document.getElementById("options_container");t.className=t.className.replace("one","one-third");var a=document.getElementById("suites_container");a.className=a.className.replace("eleven ","two-thirds "),a.className=a.className.replace("columns ","column ")}function hideOptions(){var e=document.getElementById("optionsCollapsed");e.style.display="block";var s=document.getElementById("optionsExpanded");s.style.display="none";var t=document.getElementById("options_container");t.className=t.className.replace("one-third","one");var a=document.getElementById("suites_container");a.className=a.className.replace("two-thirds ","eleven "),a.className=a.className.replace("column ","columns ")}var junit_info={suites:{count:17,passed:17},tests:{count:52,passed:52}},suites=[{name:"Can use express from the command line",type:"passed",errors:"0",tests:"1",failures:"0",time:"1.001",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Hosts at your port",messages:{values:[],id:"messages_aIpG8"},type:"passed",classname:"Can use express from the command line",time:"1",id:"test_rWuWY"}],properties:{values:[],id:"properties_BHbEC"},id:"suite_gGwSU"},{name:"No such file.Parsing transforms XML to JSON",type:"passed",errors:"0",tests:"1",failures:"0",time:"0",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Just returns an error",messages:{values:[],id:"messages_X75vE"},type:"passed",classname:"No such file.Parsing transforms XML to JSON",time:"0",id:"test_rKIQt"}],properties:{values:[],id:"properties_72yTx"},id:"suite_FqRtr"},{name:"No such file.Rendering the JSON into HTML",type:"passed",errors:"0",tests:"1",failures:"0",time:"0.001",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Renders a html file with the expected file name inside",messages:{values:[],id:"messages_MEZZN"},type:"passed",classname:"No such file.Rendering the JSON into HTML",time:"0.001",id:"test_bC6m2"}],properties:{values:[],id:"properties_xaTW4"},id:"suite_Uajug"},{name:"No such file.Layout",type:"passed",errors:"0",tests:"1",failures:"0",time:"0.002",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Has a title No Such File",messages:{values:[],id:"messages_pGrsY"},type:"passed",classname:"No such file.Layout",time:"0.002",id:"test_onLJQ"}],properties:{values:[],id:"properties_vVmF7"},id:"suite_wpV35"},{name:"Parsing transforms XML to JSON (generic folder)",type:"passed",errors:"0",tests:"13",failures:"0",time:"0.049",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Can parse a single file",messages:{values:[],id:"messages_V7dfK"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0.02",id:"test_6RKJC"},{name:"Parses file name starting with a .",messages:{values:[],id:"messages_uQl6d"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0.011",id:"test_qx8Mc"},{name:"Can walk through sub folders",messages:{values:[],id:"messages_oH8yp"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0",id:"test_29BsD"},{name:"Only picks the first suite if multiple "testsuites"",messages:{values:[],id:"messages_bmYtg"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0.001",id:"test_BON39"},{name:"Adds the suite if the file only has a "testsuite"",messages:{values:[],id:"messages_PaQIy"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0",id:"test_JfaDS"},{name:"Does not pick up files with only a testcase",messages:{values:[],id:"messages_lqaxY"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0.001",id:"test_J41Jy"},{name:"Does not parse testsuites which only have test cases inside",messages:{values:[],id:"messages_h9icP"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0",id:"test_4Xe66"},{name:"Adds all non name labels onto suite",messages:{values:[],id:"messages_AGbAn"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0",id:"test_Mchll"},{name:"Favors the tests classname over the testsuite name",messages:{values:[],id:"messages_KXNfo"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0.001",id:"test_WAY2i"},{name:"Uses "NO CLASSNAME OR SUITE NAME" if suite name if no name in "testsuite" or classname in "testcase"",messages:{values:[],id:"messages_fGIQT"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0",id:"test_DO1t6"},{name:"Ignores suites with no tests",messages:{values:[],id:"messages_sCdnD"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0",id:"test_R5jJc"},{name:"Ignores suites with no tests even if it has properties",messages:{values:[],id:"messages_M5cPh"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0.001",id:"test_po2Hh"},{name:"Can have nested suites which concatenates the titles together on the child",messages:{values:[],id:"messages_yMTZi"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder)",time:"0",id:"test_HFwjM"}],properties:{values:[],id:"properties_I3g7q"},id:"suite_OXqkC"},{name:"Parsing transforms XML to JSON (generic folder).Tests",type:"passed",errors:"0",tests:"1",failures:"0",time:"0.009",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Assumes no type is "passed"",messages:{values:[],id:"messages_7MmQx"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests",time:"0.001",id:"test_ylBBD"}],properties:{values:[],id:"properties_Gt2t5"},id:"suite_qaVcl"},{name:"Parsing transforms XML to JSON (generic folder).Tests.passed with a message",type:"passed",errors:"0",tests:"3",failures:"0",time:"0.002",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Has typepassed",messages:{values:[],id:"messages_2k75L"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.passed with a message",time:"0",id:"test_g1Her"},{name:"Has a name",messages:{values:[],id:"messages_wK06q"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.passed with a message",time:"0",id:"test_octaj"},{name:"Has messages",messages:{values:[],id:"messages_XENBz"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.passed with a message",time:"0.001",id:"test_0AYoO"}],properties:{values:[],id:"properties_9lLEJ"},id:"suite_Wxhf6"},{name:"Parsing transforms XML to JSON (generic folder).Tests.error with a message",type:"passed",errors:"0",tests:"3",failures:"0",time:"0.001",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Has typeerror",messages:{values:[],id:"messages_qlwla"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.error with a message",time:"0",id:"test_SnrXS"},{name:"Has a name",messages:{values:[],id:"messages_NIP47"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.error with a message",time:"0.001",id:"test_W3pk9"},{name:"Has messages",messages:{values:[],id:"messages_wkqJG"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.error with a message",time:"0",id:"test_9sFDr"}],properties:{values:[],id:"properties_ifFrY"},id:"suite_agSuZ"},{name:"Parsing transforms XML to JSON (generic folder).Tests.failure with a message",type:"passed",errors:"0",tests:"3",failures:"0",time:"0.001",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Has typefailure",messages:{values:[],id:"messages_Lh4Lm"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.failure with a message",time:"0.001",id:"test_07yrv"},{name:"Has a name",messages:{values:[],id:"messages_3dvSl"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.failure with a message",time:"0",id:"test_QiK3u"},{name:"Has messages",messages:{values:[],id:"messages_iJL4z"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.failure with a message",time:"0",id:"test_HLbAx"}],properties:{values:[],id:"properties_kOh7C"},id:"suite_qcBLC"},{name:"Parsing transforms XML to JSON (generic folder).Tests.skipped with a message",type:"passed",errors:"0",tests:"3",failures:"0",time:"0.002",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Has typeskipped",messages:{values:[],id:"messages_vfOk3"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.skipped with a message",time:"0.001",id:"test_FiYkD"},{name:"Has a name",messages:{values:[],id:"messages_hvnMi"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.skipped with a message",time:"0",id:"test_k4yUX"},{name:"Has messages",messages:{values:[],id:"messages_8vQCa"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.skipped with a message",time:"0",id:"test_qAHLR"}],properties:{values:[],id:"properties_G3P4v"},id:"suite_Z1fkQ"},{name:"Parsing transforms XML to JSON (generic folder).Tests.Messages",type:"passed",errors:"0",tests:"5",failures:"0",time:"0.002",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Can have multiple messages",messages:{values:[],id:"messages_iXyqx"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.Messages",time:"0",id:"test_TPih3"},{name:"Concatenates the type and message (in that order) if no inner message",messages:{values:[],id:"messages_X9egW"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.Messages",time:"0",id:"test_4GwmI"},{name:"Uses message if no inner message or type",messages:{values:[],id:"messages_z3nZN"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.Messages",time:"0.001",id:"test_EDTuj"},{name:"Uses type if no inner message or message",messages:{values:[],id:"messages_JALLK"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.Messages",time:"0",id:"test_ialHn"},{name:"Uses inner message over message and type",messages:{values:[],id:"messages_F78gC"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Tests.Messages",time:"0.001",id:"test_2x80E"}],properties:{values:[],id:"properties_w9awy"},id:"suite_9TXbF"},{name:"Parsing transforms XML to JSON (generic folder).Suite properties",type:"passed",errors:"0",tests:"4",failures:"0",time:"0.001",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Defaults to empty values",messages:{values:[],id:"messages_6KUHH"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Suite properties",time:"0",id:"test_46N49"},{name:"Concatenates multiple properties",messages:{values:[],id:"messages_5qnAj"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Suite properties",time:"0",id:"test_klIBi"},{name:"Each property has a value",messages:{values:[],id:"messages_U8YS9"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Suite properties",time:"0.001",id:"test_ZUmXN"},{name:"Each property has a name",messages:{values:[],id:"messages_27qBQ"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Suite properties",time:"0",id:"test_lQxGp"}],properties:{values:[],id:"properties_CoNZR"},id:"suite_ZunXC"},{name:"Parsing transforms XML to JSON (generic folder).Errors.Blank file",type:"passed",errors:"0",tests:"4",failures:"0",time:"0.002",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Has a name of file",messages:{values:[],id:"messages_b9Att"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Blank file",time:"0",id:"test_qbXp6"},{name:"Has type failure",messages:{values:[],id:"messages_IMPQD"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Blank file",time:"0.001",id:"test_mHvEY"},{name:"Default of no properties",messages:{values:[],id:"messages_uB2pL"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Blank file",time:"0",id:"test_xcOlE"},{name:"Has a single test",messages:{values:[],id:"messages_M5Pap"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Blank file",time:"0",id:"test_9tncG"}],properties:{values:[],id:"properties_g1uV2"},id:"suite_Hfvis"},{name:"Parsing transforms XML to JSON (generic folder).Errors.Blank file.The test",type:"passed",errors:"0",tests:"2",failures:"0",time:"0.001",timestamp:"2016-01-13T06:44:08",testCases:[{name:"The test is an error",messages:{values:[],id:"messages_4Q5DK"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Blank file.The test",time:"0.001",id:"test_sJL4b"},{name:"Has a message of "There are no results"",messages:{values:[],id:"messages_7YoHE"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Blank file.The test",time:"0",id:"test_W3C3C"}],properties:{values:[],id:"properties_wJURu"},id:"suite_crcRC"},{name:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML",type:"passed",errors:"0",tests:"4",failures:"0",time:"0.002",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Has a name of file",messages:{values:[],id:"messages_Spt0y"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML",time:"0",id:"test_QRzsP"},{name:"Has type failure",messages:{values:[],id:"messages_UXBry"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML",time:"0",id:"test_ipyU2"},{name:"Default of no properties",messages:{values:[],id:"messages_KIYXd"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML",time:"0",id:"test_H2t7H"},{name:"Has a single test",messages:{values:[],id:"messages_LgnUK"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML",time:"0",id:"test_lK9YQ"}],properties:{values:[],id:"properties_2qRWc"},id:"suite_tB7oz"},{name:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML.The test",type:"passed",errors:"0",tests:"2",failures:"0",time:"0",timestamp:"2016-01-13T06:44:08",testCases:[{name:"The test is an error",messages:{values:[],id:"messages_VbItx"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML.The test",time:"0",id:"test_mKOKp"},{name:"Has a message of "There are no results"",messages:{values:[],id:"messages_2oYKq"},type:"passed",classname:"Parsing transforms XML to JSON (generic folder).Errors.Invalid XML.The test",time:"0",id:"test_7Yup8"}],properties:{values:[],id:"properties_PDwln"},id:"suite_A14T1"},{name:"Rendering transforms JSON (from parse) to HTML string (generic folder)",type:"passed",errors:"0",tests:"1",failures:"0",time:"0.001",timestamp:"2016-01-13T06:44:08",testCases:[{name:"Looks good",messages:{values:[],id:"messages_Cda7n"},type:"passed",classname:"Rendering transforms JSON (from parse) to HTML string (generic folder)",time:"0.001",id:"test_jw2q6"}],properties:{values:[],id:"properties_VV3FA"},id:"suite_KZsTu"}],height=window.innerHeight||document.documentElement.clientHeight||document.getElementsByTagName("body")[0].clientHeight;document.getElementById("suites_container").style.height=height+"px",document.getElementById("options").style.height=height-76+"px",window.onresize=function(){var e=window.innerHeight||document.documentElement.clientHeight||document.getElementsByTagName("body")[0].clientHeight;document.getElementById("suites_container").style.height=e+"px",document.getElementById("options").style.height=e-76+"px"};</script>
</body>
</html>