示例#1
0
        public async Task DemoRun_GetTwitchChannelInformationAsync(string id)
        {
            //Arrange
            NindoClient client = new NindoClient();

            //Act
            var result = await client.GetTwitchChannelInformationAsync(id);

            //Assert
            Assert.NotNull(result);
        }