forked from arnaugarcia/sallefy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjunit.xml
executable file
·511 lines (511 loc) · 53 KB
/
junit.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="185" failures="0" time="40.422">
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:01" time="16.686" tests="5">
<testcase classname="Component Tests LoginComponent should authenticate the user upon login when previous state was set" name="Component Tests LoginComponent should authenticate the user upon login when previous state was set" time="0.092">
</testcase>
<testcase classname="Component Tests LoginComponent should authenticate the user upon login when previous state was not set" name="Component Tests LoginComponent should authenticate the user upon login when previous state was not set" time="0.022">
</testcase>
<testcase classname="Component Tests LoginComponent should empty the credentials upon cancel" name="Component Tests LoginComponent should empty the credentials upon cancel" time="0.017">
</testcase>
<testcase classname="Component Tests LoginComponent should redirect user when register" name="Component Tests LoginComponent should redirect user when register" time="0.015">
</testcase>
<testcase classname="Component Tests LoginComponent should redirect user when request password" name="Component Tests LoginComponent should redirect user when request password" time="0.013">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:01" time="16.978" tests="12">
<testcase classname="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the basename when it has no sub system" name="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the basename when it has no sub system" time="0.077">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the basename when it has sub systems" name="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the basename when it has sub systems" time="0.019">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the sub system name" name="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the sub system name" time="0.013">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the subsystem when it has multiple keys" name="Component Tests JhiHealthCheckComponent baseName and subSystemName should return the subsystem when it has multiple keys" time="0.014">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent transformHealthData should flatten empty health data" name="Component Tests JhiHealthCheckComponent transformHealthData should flatten empty health data" time="0.014">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with no subsystems" name="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with no subsystems" time="0.021">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with subsystems at level 1, main system has no additional information" name="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with subsystems at level 1, main system has no additional information" time="0.014">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with subsystems at level 1, main system has additional information" name="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with subsystems at level 1, main system has additional information" time="0.016">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with subsystems at level 1, main system has additional error" name="Component Tests JhiHealthCheckComponent transformHealthData should flatten health data with subsystems at level 1, main system has additional error" time="0.013">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent getBadgeClass should get badge class" name="Component Tests JhiHealthCheckComponent getBadgeClass should get badge class" time="0.014">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent refresh should call refresh on init" name="Component Tests JhiHealthCheckComponent refresh should call refresh on init" time="0.021">
</testcase>
<testcase classname="Component Tests JhiHealthCheckComponent refresh should handle a 503 on refreshing health data" name="Component Tests JhiHealthCheckComponent refresh should handle a 503 on refreshing health data" time="0.018">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:17" time="1.072" tests="7">
<testcase classname="Component Tests Alert Error Component Error Handling Should display an alert on status 0" name="Component Tests Alert Error Component Error Handling Should display an alert on status 0" time="0.045">
</testcase>
<testcase classname="Component Tests Alert Error Component Error Handling Should display an alert on status 404" name="Component Tests Alert Error Component Error Handling Should display an alert on status 404" time="0.02">
</testcase>
<testcase classname="Component Tests Alert Error Component Error Handling Should display an alert on generic error" name="Component Tests Alert Error Component Error Handling Should display an alert on generic error" time="0.016">
</testcase>
<testcase classname="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for generic error" name="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for generic error" time="0.017">
</testcase>
<testcase classname="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for generic error without message" name="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for generic error without message" time="0.015">
</testcase>
<testcase classname="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for invalid parameters" name="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for invalid parameters" time="0.028">
</testcase>
<testcase classname="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for error headers" name="Component Tests Alert Error Component Error Handling Should display an alert on status 400 for error headers" time="0.017">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:18" time="0.688" tests="5">
<testcase classname="Service Tests Playback Service Service methods should find an element" name="Service Tests Playback Service Service methods should find an element" time="0.023">
</testcase>
<testcase classname="Service Tests Playback Service Service methods should create a Playback" name="Service Tests Playback Service Service methods should create a Playback" time="0.048">
</testcase>
<testcase classname="Service Tests Playback Service Service methods should update a Playback" name="Service Tests Playback Service Service methods should update a Playback" time="0.018">
</testcase>
<testcase classname="Service Tests Playback Service Service methods should return a list of Playback" name="Service Tests Playback Service Service methods should return a list of Playback" time="0.012">
</testcase>
<testcase classname="Service Tests Playback Service Service methods should delete a Playback" name="Service Tests Playback Service Service methods should delete a Playback" time="0.011">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:18" time="1.496" tests="5">
<testcase classname="Service Tests Track Service Service methods should find an element" name="Service Tests Track Service Service methods should find an element" time="0.024">
</testcase>
<testcase classname="Service Tests Track Service Service methods should create a Track" name="Service Tests Track Service Service methods should create a Track" time="0.054">
</testcase>
<testcase classname="Service Tests Track Service Service methods should update a Track" name="Service Tests Track Service Service methods should update a Track" time="0.012">
</testcase>
<testcase classname="Service Tests Track Service Service methods should return a list of Track" name="Service Tests Track Service Service methods should return a list of Track" time="0.012">
</testcase>
<testcase classname="Service Tests Track Service Service methods should delete a Track" name="Service Tests Track Service Service methods should delete a Track" time="0.011">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:19" time="0.621" tests="5">
<testcase classname="Service Tests FollowPlaylist Service Service methods should find an element" name="Service Tests FollowPlaylist Service Service methods should find an element" time="0.015">
</testcase>
<testcase classname="Service Tests FollowPlaylist Service Service methods should create a FollowPlaylist" name="Service Tests FollowPlaylist Service Service methods should create a FollowPlaylist" time="0.015">
</testcase>
<testcase classname="Service Tests FollowPlaylist Service Service methods should update a FollowPlaylist" name="Service Tests FollowPlaylist Service Service methods should update a FollowPlaylist" time="0.012">
</testcase>
<testcase classname="Service Tests FollowPlaylist Service Service methods should return a list of FollowPlaylist" name="Service Tests FollowPlaylist Service Service methods should return a list of FollowPlaylist" time="0.013">
</testcase>
<testcase classname="Service Tests FollowPlaylist Service Service methods should delete a FollowPlaylist" name="Service Tests FollowPlaylist Service Service methods should delete a FollowPlaylist" time="0.01">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:19" time="0.712" tests="5">
<testcase classname="Component Tests RegisterComponent should ensure the two passwords entered match" name="Component Tests RegisterComponent should ensure the two passwords entered match" time="0.028">
</testcase>
<testcase classname="Component Tests RegisterComponent should update success to OK after creating an account" name="Component Tests RegisterComponent should update success to OK after creating an account" time="0.025">
</testcase>
<testcase classname="Component Tests RegisterComponent should notify of user existence upon 400/login already in use" name="Component Tests RegisterComponent should notify of user existence upon 400/login already in use" time="0.016">
</testcase>
<testcase classname="Component Tests RegisterComponent should notify of email existence upon 400/email address already in use" name="Component Tests RegisterComponent should notify of email existence upon 400/email address already in use" time="0.015">
</testcase>
<testcase classname="Component Tests RegisterComponent should notify of generic error" name="Component Tests RegisterComponent should notify of generic error" time="0.014">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:20" time="0.555" tests="5">
<testcase classname="Service Tests LikeAlbum Service Service methods should find an element" name="Service Tests LikeAlbum Service Service methods should find an element" time="0.016">
</testcase>
<testcase classname="Service Tests LikeAlbum Service Service methods should create a LikeAlbum" name="Service Tests LikeAlbum Service Service methods should create a LikeAlbum" time="0.011">
</testcase>
<testcase classname="Service Tests LikeAlbum Service Service methods should update a LikeAlbum" name="Service Tests LikeAlbum Service Service methods should update a LikeAlbum" time="0.009">
</testcase>
<testcase classname="Service Tests LikeAlbum Service Service methods should return a list of LikeAlbum" name="Service Tests LikeAlbum Service Service methods should return a list of LikeAlbum" time="0.009">
</testcase>
<testcase classname="Service Tests LikeAlbum Service Service methods should delete a LikeAlbum" name="Service Tests LikeAlbum Service Service methods should delete a LikeAlbum" time="0.009">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:20" time="0.562" tests="5">
<testcase classname="Service Tests LikeTrack Service Service methods should find an element" name="Service Tests LikeTrack Service Service methods should find an element" time="0.016">
</testcase>
<testcase classname="Service Tests LikeTrack Service Service methods should create a LikeTrack" name="Service Tests LikeTrack Service Service methods should create a LikeTrack" time="0.016">
</testcase>
<testcase classname="Service Tests LikeTrack Service Service methods should update a LikeTrack" name="Service Tests LikeTrack Service Service methods should update a LikeTrack" time="0.011">
</testcase>
<testcase classname="Service Tests LikeTrack Service Service methods should return a list of LikeTrack" name="Service Tests LikeTrack Service Service methods should return a list of LikeTrack" time="0.019">
</testcase>
<testcase classname="Service Tests LikeTrack Service Service methods should delete a LikeTrack" name="Service Tests LikeTrack Service Service methods should delete a LikeTrack" time="0.009">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:20" time="0.548" tests="5">
<testcase classname="Service Tests FollowUser Service Service methods should find an element" name="Service Tests FollowUser Service Service methods should find an element" time="0.021">
</testcase>
<testcase classname="Service Tests FollowUser Service Service methods should create a FollowUser" name="Service Tests FollowUser Service Service methods should create a FollowUser" time="0.011">
</testcase>
<testcase classname="Service Tests FollowUser Service Service methods should update a FollowUser" name="Service Tests FollowUser Service Service methods should update a FollowUser" time="0.012">
</testcase>
<testcase classname="Service Tests FollowUser Service Service methods should return a list of FollowUser" name="Service Tests FollowUser Service Service methods should return a list of FollowUser" time="0.008">
</testcase>
<testcase classname="Service Tests FollowUser Service Service methods should delete a FollowUser" name="Service Tests FollowUser Service Service methods should delete a FollowUser" time="0.01">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:20" time="0.772" tests="6">
<testcase classname="Component Tests AuditsComponent today function should set toDate to current date" name="Component Tests AuditsComponent today function should set toDate to current date" time="0.03">
</testcase>
<testcase classname="Component Tests AuditsComponent previousMonth function should set fromDate to current date" name="Component Tests AuditsComponent previousMonth function should set fromDate to current date" time="0.021">
</testcase>
<testcase classname="Component Tests AuditsComponent By default, on init should set all default values correctly" name="Component Tests AuditsComponent By default, on init should set all default values correctly" time="0.019">
</testcase>
<testcase classname="Component Tests AuditsComponent OnInit Should call load all on init" name="Component Tests AuditsComponent OnInit Should call load all on init" time="0.02">
</testcase>
<testcase classname="Component Tests AuditsComponent Create sort object Should sort only by id asc" name="Component Tests AuditsComponent Create sort object Should sort only by id asc" time="0.023">
</testcase>
<testcase classname="Component Tests AuditsComponent Create sort object Should sort by timestamp asc then by id" name="Component Tests AuditsComponent Create sort object Should sort by timestamp asc then by id" time="0.019">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:21" time="0.683" tests="5">
<testcase classname="Service Tests Playlist Service Service methods should find an element" name="Service Tests Playlist Service Service methods should find an element" time="0.024">
</testcase>
<testcase classname="Service Tests Playlist Service Service methods should create a Playlist" name="Service Tests Playlist Service Service methods should create a Playlist" time="0.012">
</testcase>
<testcase classname="Service Tests Playlist Service Service methods should update a Playlist" name="Service Tests Playlist Service Service methods should update a Playlist" time="0.011">
</testcase>
<testcase classname="Service Tests Playlist Service Service methods should return a list of Playlist" name="Service Tests Playlist Service Service methods should return a list of Playlist" time="0.009">
</testcase>
<testcase classname="Service Tests Playlist Service Service methods should delete a Playlist" name="Service Tests Playlist Service Service methods should delete a Playlist" time="0.01">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:21" time="0.658" tests="5">
<testcase classname="Component Tests PasswordResetInitComponent should define its initial state" name="Component Tests PasswordResetInitComponent should define its initial state" time="0.027">
</testcase>
<testcase classname="Component Tests PasswordResetInitComponent sets focus after the view has been initialized" name="Component Tests PasswordResetInitComponent sets focus after the view has been initialized" time="0.016">
</testcase>
<testcase classname="Component Tests PasswordResetInitComponent notifies of success upon successful requestReset" name="Component Tests PasswordResetInitComponent notifies of success upon successful requestReset" time="0.02">
</testcase>
<testcase classname="Component Tests PasswordResetInitComponent notifies of unknown email upon email address not registered/400" name="Component Tests PasswordResetInitComponent notifies of unknown email upon email address not registered/400" time="0.013">
</testcase>
<testcase classname="Component Tests PasswordResetInitComponent notifies of error upon error response" name="Component Tests PasswordResetInitComponent notifies of error upon error response" time="0.014">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:22" time="0.533" tests="5">
<testcase classname="Service Tests Album Service Service methods should find an element" name="Service Tests Album Service Service methods should find an element" time="0.017">
</testcase>
<testcase classname="Service Tests Album Service Service methods should create a Album" name="Service Tests Album Service Service methods should create a Album" time="0.011">
</testcase>
<testcase classname="Service Tests Album Service Service methods should update a Album" name="Service Tests Album Service Service methods should update a Album" time="0.011">
</testcase>
<testcase classname="Service Tests Album Service Service methods should return a list of Album" name="Service Tests Album Service Service methods should return a list of Album" time="0.011">
</testcase>
<testcase classname="Service Tests Album Service Service methods should delete a Album" name="Service Tests Album Service Service methods should delete a Album" time="0.013">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:22" time="0.7" tests="5">
<testcase classname="Component Tests PasswordResetFinishComponent should define its initial state" name="Component Tests PasswordResetFinishComponent should define its initial state" time="0.026">
</testcase>
<testcase classname="Component Tests PasswordResetFinishComponent sets focus after the view has been initialized" name="Component Tests PasswordResetFinishComponent sets focus after the view has been initialized" time="0.02">
</testcase>
<testcase classname="Component Tests PasswordResetFinishComponent should ensure the two passwords entered match" name="Component Tests PasswordResetFinishComponent should ensure the two passwords entered match" time="0.023">
</testcase>
<testcase classname="Component Tests PasswordResetFinishComponent should update success to OK after resetting password" name="Component Tests PasswordResetFinishComponent should update success to OK after resetting password" time="0.018">
</testcase>
<testcase classname="Component Tests PasswordResetFinishComponent should notify of generic error" name="Component Tests PasswordResetFinishComponent should notify of generic error" time="0.017">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:22" time="0.592" tests="8">
<testcase classname="Service Tests Account Service Service methods should call /account if user is undefined" name="Service Tests Account Service Service methods should call /account if user is undefined" time="0.032">
</testcase>
<testcase classname="Service Tests Account Service Service methods should call /account only once" name="Service Tests Account Service Service methods should call /account only once" time="0.014">
</testcase>
<testcase classname="Service Tests Account Service Service methods hasAuthority should return false if user is not logged" name="Service Tests Account Service Service methods hasAuthority should return false if user is not logged" time="0.011">
</testcase>
<testcase classname="Service Tests Account Service Service methods hasAuthority should return false if user is logged and has not authority" name="Service Tests Account Service Service methods hasAuthority should return false if user is logged and has not authority" time="0.009">
</testcase>
<testcase classname="Service Tests Account Service Service methods hasAuthority should return true if user is logged and has authority" name="Service Tests Account Service Service methods hasAuthority should return true if user is logged and has authority" time="0.013">
</testcase>
<testcase classname="Service Tests Account Service Service methods hasAnyAuthority should return false if user is not logged" name="Service Tests Account Service Service methods hasAnyAuthority should return false if user is not logged" time="0.011">
</testcase>
<testcase classname="Service Tests Account Service Service methods hasAnyAuthority should return false if user is logged and has not authority" name="Service Tests Account Service Service methods hasAnyAuthority should return false if user is logged and has not authority" time="0.01">
</testcase>
<testcase classname="Service Tests Account Service Service methods hasAnyAuthority should return true if user is logged and has authority" name="Service Tests Account Service Service methods hasAnyAuthority should return true if user is logged and has authority" time="0.016">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:22" time="0.761" tests="3">
<testcase classname="Component Tests User Management Update Component OnInit Should load authorities and language on init" name="Component Tests User Management Update Component OnInit Should load authorities and language on init" time="0.028">
</testcase>
<testcase classname="Component Tests User Management Update Component save Should call update service on save for existing user" name="Component Tests User Management Update Component save Should call update service on save for existing user" time="0.03">
</testcase>
<testcase classname="Component Tests User Management Update Component save Should call create service on save for new user" name="Component Tests User Management Update Component save Should call create service on save for new user" time="0.022">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:23" time="0.548" tests="5">
<testcase classname="Service Tests Genre Service Service methods should find an element" name="Service Tests Genre Service Service methods should find an element" time="0.014">
</testcase>
<testcase classname="Service Tests Genre Service Service methods should create a Genre" name="Service Tests Genre Service Service methods should create a Genre" time="0.011">
</testcase>
<testcase classname="Service Tests Genre Service Service methods should update a Genre" name="Service Tests Genre Service Service methods should update a Genre" time="0.01">
</testcase>
<testcase classname="Service Tests Genre Service Service methods should return a list of Genre" name="Service Tests Genre Service Service methods should return a list of Genre" time="0.012">
</testcase>
<testcase classname="Service Tests Genre Service Service methods should delete a Genre" name="Service Tests Genre Service Service methods should delete a Genre" time="0.016">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:23" time="0.691" tests="4">
<testcase classname="Component Tests PasswordComponent should show error if passwords do not match" name="Component Tests PasswordComponent should show error if passwords do not match" time="0.052">
</testcase>
<testcase classname="Component Tests PasswordComponent should call Auth.changePassword when passwords match" name="Component Tests PasswordComponent should call Auth.changePassword when passwords match" time="0.019">
</testcase>
<testcase classname="Component Tests PasswordComponent should set success to OK upon success" name="Component Tests PasswordComponent should set success to OK upon success" time="0.015">
</testcase>
<testcase classname="Component Tests PasswordComponent should notify of error if change password fails" name="Component Tests PasswordComponent should notify of error if change password fails" time="0.016">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:23" time="0.84" tests="3">
<testcase classname="Component Tests LogsComponent OnInit should set all default values correctly" name="Component Tests LogsComponent OnInit should set all default values correctly" time="0.032">
</testcase>
<testcase classname="Component Tests LogsComponent OnInit Should call load all on init" name="Component Tests LogsComponent OnInit Should call load all on init" time="0.024">
</testcase>
<testcase classname="Component Tests LogsComponent change log level should change log level correctly" name="Component Tests LogsComponent change log level should change log level correctly" time="0.016">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:24" time="0.66" tests="2">
<testcase classname="Component Tests User Management Component OnInit Should call load all on init" name="Component Tests User Management Component OnInit Should call load all on init" time="0.036">
</testcase>
<testcase classname="Component Tests User Management Component setActive Should update user and call load all" name="Component Tests User Management Component setActive Should update user and call load all" time="0.019">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:24" time="0.609" tests="3">
<testcase classname="Component Tests SettingsComponent should send the current identity upon save" name="Component Tests SettingsComponent should send the current identity upon save" time="0.033">
</testcase>
<testcase classname="Component Tests SettingsComponent should notify of success upon successful save" name="Component Tests SettingsComponent should notify of success upon successful save" time="0.021">
</testcase>
<testcase classname="Component Tests SettingsComponent should notify of error upon failed save" name="Component Tests SettingsComponent should notify of error upon failed save" time="0.015">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:25" time="0.615" tests="3">
<testcase classname="Component Tests JhiConfigurationComponent OnInit should set all default values correctly" name="Component Tests JhiConfigurationComponent OnInit should set all default values correctly" time="0.024">
</testcase>
<testcase classname="Component Tests JhiConfigurationComponent OnInit Should call load all on init" name="Component Tests JhiConfigurationComponent OnInit Should call load all on init" time="0.019">
</testcase>
<testcase classname="Component Tests JhiConfigurationComponent keys method should return the keys of an Object" name="Component Tests JhiConfigurationComponent keys method should return the keys of an Object" time="0.017">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:25" time="0.638" tests="2">
<testcase classname="Component Tests FollowPlaylist Management Update Component save Should call update service on save for existing entity" name="Component Tests FollowPlaylist Management Update Component save Should call update service on save for existing entity" time="0.04">
</testcase>
<testcase classname="Component Tests FollowPlaylist Management Update Component save Should call create service on save for new entity" name="Component Tests FollowPlaylist Management Update Component save Should call create service on save for new entity" time="0.034">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:25" time="0.491" tests="4">
<testcase classname="Service Tests User Service Service methods should call correct URL" name="Service Tests User Service Service methods should call correct URL" time="0.027">
</testcase>
<testcase classname="Service Tests User Service Service methods should return User" name="Service Tests User Service Service methods should return User" time="0.012">
</testcase>
<testcase classname="Service Tests User Service Service methods should return Authorities" name="Service Tests User Service Service methods should return Authorities" time="0.01">
</testcase>
<testcase classname="Service Tests User Service Service methods should propagate not found response" name="Service Tests User Service Service methods should propagate not found response" time="0.009">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:26" time="0.608" tests="2">
<testcase classname="Component Tests FollowUser Management Update Component save Should call update service on save for existing entity" name="Component Tests FollowUser Management Update Component save Should call update service on save for existing entity" time="0.041">
</testcase>
<testcase classname="Component Tests FollowUser Management Update Component save Should call create service on save for new entity" name="Component Tests FollowUser Management Update Component save Should call create service on save for new entity" time="0.028">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:26" time="0.638" tests="2">
<testcase classname="Component Tests LikeAlbum Management Update Component save Should call update service on save for existing entity" name="Component Tests LikeAlbum Management Update Component save Should call update service on save for existing entity" time="0.041">
</testcase>
<testcase classname="Component Tests LikeAlbum Management Update Component save Should call create service on save for new entity" name="Component Tests LikeAlbum Management Update Component save Should call create service on save for new entity" time="0.027">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:26" time="0.698" tests="2">
<testcase classname="Component Tests LikeTrack Management Update Component save Should call update service on save for existing entity" name="Component Tests LikeTrack Management Update Component save Should call update service on save for existing entity" time="0.049">
</testcase>
<testcase classname="Component Tests LikeTrack Management Update Component save Should call create service on save for new entity" name="Component Tests LikeTrack Management Update Component save Should call create service on save for new entity" time="0.026">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:26" time="0.861" tests="2">
<testcase classname="Component Tests Playlist Management Update Component save Should call update service on save for existing entity" name="Component Tests Playlist Management Update Component save Should call update service on save for existing entity" time="0.046">
</testcase>
<testcase classname="Component Tests Playlist Management Update Component save Should call create service on save for new entity" name="Component Tests Playlist Management Update Component save Should call create service on save for new entity" time="0.028">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:27" time="0.633" tests="2">
<testcase classname="Component Tests Playback Management Update Component save Should call update service on save for existing entity" name="Component Tests Playback Management Update Component save Should call update service on save for existing entity" time="0.035">
</testcase>
<testcase classname="Component Tests Playback Management Update Component save Should call create service on save for new entity" name="Component Tests Playback Management Update Component save Should call create service on save for new entity" time="0.035">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:27" time="0.422" tests="3">
<testcase classname="Service Tests Logs Service Service methods should call correct URL" name="Service Tests Logs Service Service methods should call correct URL" time="0.016">
</testcase>
<testcase classname="Service Tests Logs Service Service methods should get the config" name="Service Tests Logs Service Service methods should get the config" time="0.009">
</testcase>
<testcase classname="Service Tests Logs Service Service methods should get the env" name="Service Tests Logs Service Service methods should get the env" time="0.009">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:28" time="0.629" tests="3">
<testcase classname="Component Tests ActivateComponent calls activate.get with the key from params" name="Component Tests ActivateComponent calls activate.get with the key from params" time="0.03">
</testcase>
<testcase classname="Component Tests ActivateComponent should set set success to OK upon successful activation" name="Component Tests ActivateComponent should set set success to OK upon successful activation" time="0.018">
</testcase>
<testcase classname="Component Tests ActivateComponent should set set error to ERROR upon activation failure" name="Component Tests ActivateComponent should set set error to ERROR upon activation failure" time="0.016">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:28" time="0.677" tests="2">
<testcase classname="Component Tests Track Management Update Component save Should call update service on save for existing entity" name="Component Tests Track Management Update Component save Should call update service on save for existing entity" time="0.041">
</testcase>
<testcase classname="Component Tests Track Management Update Component save Should call create service on save for new entity" name="Component Tests Track Management Update Component save Should call create service on save for new entity" time="0.026">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:28" time="0.628" tests="2">
<testcase classname="Component Tests Album Management Update Component save Should call update service on save for existing entity" name="Component Tests Album Management Update Component save Should call update service on save for existing entity" time="0.041">
</testcase>
<testcase classname="Component Tests Album Management Update Component save Should call create service on save for new entity" name="Component Tests Album Management Update Component save Should call create service on save for new entity" time="0.039">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:28" time="0.597" tests="2">
<testcase classname="Component Tests Genre Management Update Component save Should call update service on save for existing entity" name="Component Tests Genre Management Update Component save Should call update service on save for existing entity" time="0.038">
</testcase>
<testcase classname="Component Tests Genre Management Update Component save Should call create service on save for new entity" name="Component Tests Genre Management Update Component save Should call create service on save for new entity" time="0.037">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:29" time="0.619" tests="1">
<testcase classname="Component Tests FollowPlaylist Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests FollowPlaylist Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.051">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:29" time="0.739" tests="3">
<testcase classname="Component Tests PasswordStrengthBarComponent PasswordStrengthBarComponents should initialize with default values" name="Component Tests PasswordStrengthBarComponent PasswordStrengthBarComponents should initialize with default values" time="0.037">
</testcase>
<testcase classname="Component Tests PasswordStrengthBarComponent PasswordStrengthBarComponents should increase strength upon password value change" name="Component Tests PasswordStrengthBarComponent PasswordStrengthBarComponents should increase strength upon password value change" time="0.021">
</testcase>
<testcase classname="Component Tests PasswordStrengthBarComponent PasswordStrengthBarComponents should change the color based on strength" name="Component Tests PasswordStrengthBarComponent PasswordStrengthBarComponents should change the color based on strength" time="0.013">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:30" time="0.424" tests="3">
<testcase classname="Service Tests Audits Service Service methods should call correct URL" name="Service Tests Audits Service Service methods should call correct URL" time="0.014">
</testcase>
<testcase classname="Service Tests Audits Service Service methods should return Audits" name="Service Tests Audits Service Service methods should return Audits" time="0.01">
</testcase>
<testcase classname="Service Tests Audits Service Service methods should propagate not found response" name="Service Tests Audits Service Service methods should propagate not found response" time="0.009">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:30" time="0.518" tests="1">
<testcase classname="Component Tests User Management Detail Component OnInit Should call load all on init" name="Component Tests User Management Detail Component OnInit Should call load all on init" time="0.028">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:30" time="0.472" tests="1">
<testcase classname="Component Tests User Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests User Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.028">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:30" time="0.574" tests="1">
<testcase classname="Component Tests FollowUser Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests FollowUser Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.038">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:31" time="0.598" tests="1">
<testcase classname="Component Tests LikeAlbum Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests LikeAlbum Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.036">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:31" time="0.596" tests="1">
<testcase classname="Component Tests LikeTrack Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests LikeTrack Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.039">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:31" time="0.569" tests="1">
<testcase classname="Component Tests Playlist Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests Playlist Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.041">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:31" time="0.594" tests="1">
<testcase classname="Component Tests Playback Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests Playback Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.04">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:32" time="0.619" tests="1">
<testcase classname="Component Tests Album Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests Album Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.062">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:32" time="0.781" tests="1">
<testcase classname="Component Tests Genre Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests Genre Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.047">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:32" time="0.585" tests="1">
<testcase classname="Component Tests Track Management Delete Component confirmDelete Should call delete service on confirmDelete" name="Component Tests Track Management Delete Component confirmDelete Should call delete service on confirmDelete" time="0.053">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:33" time="0.47" tests="3">
<testcase classname="Service Tests Logs Service Service methods should call correct URL" name="Service Tests Logs Service Service methods should call correct URL" time="0.017">
</testcase>
<testcase classname="Service Tests Logs Service Service methods should return Metrics" name="Service Tests Logs Service Service methods should return Metrics" time="0.01">
</testcase>
<testcase classname="Service Tests Logs Service Service methods should return Thread Dump" name="Service Tests Logs Service Service methods should return Thread Dump" time="0.016">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:33" time="0.586" tests="1">
<testcase classname="Component Tests FollowPlaylist Management Component Should call load all on init" name="Component Tests FollowPlaylist Management Component Should call load all on init" time="0.051">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:33" time="0.563" tests="1">
<testcase classname="Component Tests FollowUser Management Component Should call load all on init" name="Component Tests FollowUser Management Component Should call load all on init" time="0.037">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:34" time="0.556" tests="1">
<testcase classname="Component Tests JhiMetricsMonitoringComponent refresh should call refresh on init" name="Component Tests JhiMetricsMonitoringComponent refresh should call refresh on init" time="0.033">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:34" time="0.57" tests="1">
<testcase classname="Component Tests LikeAlbum Management Component Should call load all on init" name="Component Tests LikeAlbum Management Component Should call load all on init" time="0.045">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:34" time="0.601" tests="1">
<testcase classname="Component Tests LikeTrack Management Component Should call load all on init" name="Component Tests LikeTrack Management Component Should call load all on init" time="0.041">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:34" time="0.572" tests="1">
<testcase classname="Component Tests Playback Management Component Should call load all on init" name="Component Tests Playback Management Component Should call load all on init" time="0.048">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:35" time="0.603" tests="1">
<testcase classname="Component Tests Playlist Management Component Should call load all on init" name="Component Tests Playlist Management Component Should call load all on init" time="0.041">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:35" time="0.577" tests="1">
<testcase classname="Component Tests Album Management Component Should call load all on init" name="Component Tests Album Management Component Should call load all on init" time="0.061">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:36" time="0.588" tests="1">
<testcase classname="Component Tests Genre Management Component Should call load all on init" name="Component Tests Genre Management Component Should call load all on init" time="0.039">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:35" time="0.794" tests="1">
<testcase classname="Component Tests Track Management Component Should call load all on init" name="Component Tests Track Management Component Should call load all on init" time="0.05">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:36" time="0.555" tests="1">
<testcase classname="Component Tests FollowPlaylist Management Detail Component OnInit Should call load all on init" name="Component Tests FollowPlaylist Management Detail Component OnInit Should call load all on init" time="0.04">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:36" time="0.546" tests="1">
<testcase classname="Component Tests FollowUser Management Detail Component OnInit Should call load all on init" name="Component Tests FollowUser Management Detail Component OnInit Should call load all on init" time="0.035">
</testcase>
</testsuite>
<testsuite name="Service Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:37" time="0.427" tests="2">
<testcase classname="Service Tests Logs Service Service methods should call correct URL" name="Service Tests Logs Service Service methods should call correct URL" time="0.024">
</testcase>
<testcase classname="Service Tests Logs Service Service methods should change log level" name="Service Tests Logs Service Service methods should change log level" time="0.013">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:37" time="0.52" tests="1">
<testcase classname="Component Tests LikeAlbum Management Detail Component OnInit Should call load all on init" name="Component Tests LikeAlbum Management Detail Component OnInit Should call load all on init" time="0.034">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:37" time="0.581" tests="1">
<testcase classname="Component Tests LikeTrack Management Detail Component OnInit Should call load all on init" name="Component Tests LikeTrack Management Detail Component OnInit Should call load all on init" time="0.051">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:37" time="0.566" tests="1">
<testcase classname="Component Tests Playback Management Detail Component OnInit Should call load all on init" name="Component Tests Playback Management Detail Component OnInit Should call load all on init" time="0.047">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:38" time="0.588" tests="1">
<testcase classname="Component Tests Album Management Detail Component OnInit Should call load all on init" name="Component Tests Album Management Detail Component OnInit Should call load all on init" time="0.045">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:38" time="0.834" tests="1">
<testcase classname="Component Tests Playlist Management Detail Component OnInit Should call load all on init" name="Component Tests Playlist Management Detail Component OnInit Should call load all on init" time="0.152">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:39" time="0.561" tests="1">
<testcase classname="Component Tests Track Management Detail Component OnInit Should call load all on init" name="Component Tests Track Management Detail Component OnInit Should call load all on init" time="0.036">
</testcase>
</testsuite>
<testsuite name="Component Tests" errors="0" failures="0" skipped="0" timestamp="2019-09-23T09:26:39" time="0.568" tests="1">
<testcase classname="Component Tests Genre Management Detail Component OnInit Should call load all on init" name="Component Tests Genre Management Detail Component OnInit Should call load all on init" time="0.038">
</testcase>
</testsuite>
</testsuites>