| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| bannedUserIds round-trips correctly |
bannedUserIds round-trips correctly |
1 |
0 |
0 |
0.007s |
100% |
| findUserSeat ignores non-OCCUPIED seats with matching userId |
findUserSeat ignores non-OCCUPIED seats with matching userId |
1 |
0 |
0 |
0.001s |
100% |
| findUserSeat returns correct entry for seated user |
findUserSeat returns correct entry for seated user |
1 |
0 |
0 |
0s |
100% |
| findUserSeat returns null for empty room |
findUserSeat returns null for empty room |
1 |
0 |
0 |
0s |
100% |
| findUserSeat returns null for unseated user |
findUserSeat returns null for unseated user |
1 |
0 |
0 |
0s |
100% |
| first empty seat found when some seats occupied |
first empty seat found when some seats occupied |
1 |
0 |
0 |
0s |
100% |
| kickInfo round-trips through toMap and fromMap |
kickInfo round-trips through toMap and fromMap |
1 |
0 |
0 |
0.009s |
100% |
| missing kickInfo in map defaults to empty |
missing kickInfo in map defaults to empty |
1 |
0 |
0 |
0s |
100% |
| no empty seat when all seats occupied |
no empty seat when all seats occupied |
1 |
0 |
0 |
0.015s |
100% |
| showRequestSeat false when seating is locked |
showRequestSeat false when seating is locked |
1 |
0 |
0 |
0s |
100% |
| showRequestSeat false when user is seated |
showRequestSeat false when user is seated |
1 |
0 |
0 |
0.001s |
100% |
| showRequestSeat true when user not seated and seating unlocked |
showRequestSeat true when user not seated and seating unlocked |
1 |
0 |
0 |
0s |
100% |