Skip to content

Commit

Permalink
Added tests for RTP17
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Nov 9, 2023
1 parent 6473281 commit 9dfe0ae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ably/proto_presence_message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,25 @@ func Test_Presence_server_initiated_sync_RTP18(t *testing.T) {

})
}

func Test_internal_presencemap_RTP17(t *testing.T) {
t.Run("RTP17: presence object should have second presencemap containing only currentConnectionId", func(t *testing.T) {

})

t.Run("RTP17b: apply presence message events as per spec", func(t *testing.T) {

})

t.Run("RTP17h: presencemap should be keyed by clientId", func(t *testing.T) {

})

t.Run("RTP17f, RTP17g: automatic re-entry whenever channel moves into ATTACHED state", func(t *testing.T) {

})

t.Run("RTP17e: publish error if automatic re-enter failed", func(t *testing.T) {

})
}

0 comments on commit 9dfe0ae

Please sign in to comment.