1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00
osu-lazer/osu.Game/Tests/Visual/Multiplayer
Salman Ahmed f82ed64aa7 Fix participant panel null user test no longer functioning properly
I guess the changes that involved `MultiplayerTestScene` having a test
user lookup cache caused this test case to false-pass silently.

Added an explicit assert which ensures the added user indeed has a null
`User` value.
2021-08-16 09:07:00 +03:00
..
IMultiplayerTestSceneDependencies.cs Rename class, add commenting and avoid firing requests to create rooms for testing purposes 2021-07-26 15:47:13 +09:00
MultiplayerTestScene.cs Add the ability for tests to alter the room and user states which during testing 2021-08-09 16:58:36 +09:00
MultiplayerTestSceneDependencies.cs Rename class, add commenting and avoid firing requests to create rooms for testing purposes 2021-07-26 15:47:13 +09:00
TestMultiplayerClient.cs Fix participant panel null user test no longer functioning properly 2021-08-16 09:07:00 +03:00
TestRequestHandlingMultiplayerRoomManager.cs Rename class, add commenting and avoid firing requests to create rooms for testing purposes 2021-07-26 15:47:13 +09:00