|
| TEST (TwitchPubSubClient, ServerRespondsToPings) |
|
| TEST (TwitchPubSubClient, ServerDoesntRespondToPings) |
|
| TEST (TwitchPubSubClient, DisconnectedAfter1s) |
|
| TEST (TwitchPubSubClient, ExceedTopicLimit) |
|
| TEST (TwitchPubSubClient, ExceedTopicLimitSingleStep) |
|
| TEST (TwitchPubSubClient, ReceivedWhisper) |
|
| TEST (TwitchPubSubClient, ModeratorActionsUserBanned) |
|
| TEST (TwitchPubSubClient, MissingToken) |
|
| TEST (TwitchPubSubClient, WrongToken) |
|
| TEST (TwitchPubSubClient, CorrectToken) |
|
| TEST (TwitchPubSubClient, AutoModMessageHeld) |
|
Server behaves normally and responds to pings (COMPLETE) Server doesn't respond to pings, client should disconnect (COMPLETE) Server randomly disconnects us, we should reconnect (COMPLETE) Client listens to more than 50 topics, so it opens 2 connections (COMPLETE) Server sends RECONNECT message to us, we should reconnect (INCOMPLETE, leaving for now since if we just ignore it and Twitch disconnects us we should already handle it properly) Listen that required authentication, but authentication is missing (COMPLETE) Listen that required authentication, but authentication is wrong (COMPLETE) Incoming Whisper message (COMPLETE) Incoming AutoMod message Incoming ChannelPoints message Incoming ChatModeratorAction message (COMPLETE)