Пример #1
0
 public void GetChat()
 {
     this.TestWrapper(async(MixerClient client) =>
     {
         ChannelChatModel chat = await ChatsServiceUnitTests.GetChat(client);
     });
 }
 public void GetChat()
 {
     TestWrapper(async(MixerConnection connection) =>
     {
         ChannelChatModel chat = await ChatsServiceUnitTests.GetChat(connection);
     });
 }