TA page backend #1062
Merged
TA page backend #1062
GitHub Actions / Test PhotonStateManager report
succeeded
Sep 5, 2024 in 0s
25 passed, 0 failed and 0 skipped
✅ DragaliaAPI.Photon.StateManager.Test.trx
25 tests were completed in 8s with 25 passed, 0 failed and 0 skipped.
✅ DragaliaAPI.Photon.StateManager.Test.Event.EntryConditionsTest
✅ EntryConditions_Unauthenticated_Returns401
✅ EntryConditions_UpdatesEntryConditions
✅ DragaliaAPI.Photon.StateManager.Test.Event.GameCloseTest
✅ GameClose_RemovesGame
✅ GameClose_Unauthenticated_Returns401
✅ DragaliaAPI.Photon.StateManager.Test.Event.GameCreateTest
✅ GameCreate_AddsHostAndStoresInRedis
✅ GameCreate_Unauthenticated_Returns401
✅ DragaliaAPI.Photon.StateManager.Test.Event.GameJoinTest
✅ GameJoin_AddsPlayerToList
✅ GameJoin_Unauthenticated_Returns401
✅ DragaliaAPI.Photon.StateManager.Test.Event.GameLeaveTest
✅ GameLeave_LastPlayer_RemovesPlayerFromGame_SetsVisibleFalse
✅ GameLeave_RemovesPlayerFromGame
✅ GameLeave_Unauthenticated_Returns401
✅ DragaliaAPI.Photon.StateManager.Test.Event.MatchingTypeTest
✅ MatchingType_Unauthenticated_Returns401
✅ MatchingType_UpdatesMatchingType
✅ DragaliaAPI.Photon.StateManager.Test.Event.RoomIdTest
✅ RoomId_SetsRoomId
✅ DragaliaAPI.Photon.StateManager.Test.Event.VisibleTest
✅ Visible_SetsGameVisible(visibility: False)
✅ Visible_SetsGameVisible(visibility: True)
✅ DragaliaAPI.Photon.StateManager.Test.Get.ByIdTest
✅ ById_NotFound_Returns404
✅ ById_ReturnsGame
✅ DragaliaAPI.Photon.StateManager.Test.Get.ByViewerIdTest
✅ ByViewerId_Found_ReturnsGame
✅ ByViewerId_NotFound_Returns404
✅ DragaliaAPI.Photon.StateManager.Test.Get.GameListTest
✅ GameList_GetsVisibleAndOpenGames
✅ GameList_QuestIdSpecified_FiltersByQuest
✅ DragaliaAPI.Photon.StateManager.Test.Get.IsHostTest
✅ IsHost_HostFound_ReturnsTrue
✅ IsHost_IngameButNotHost_ReturnsFalse
✅ IsHost_NotInGame_ReturnsFalse
Loading